We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baaee21 commit 95cc453Copy full SHA for 95cc453
35.Chapter_7_Practice_Set/README.md
@@ -3,10 +3,10 @@
3
1. Write a Java method to print the multiplication table of a number n.
4
2. Write a program using functions to print the following pattern:
5
```
6
- *
7
- * *
8
- * * *
9
-* * * *
+*
+**
+***
+****
10
11
3. Write a recursive function to calculate the sum of first n natural numbers.
12
4. Write a function to print the following pattern:
0 commit comments