Skip to content

Commit 95cc453

Browse files
authoredFeb 2, 2022
Chapter 7 Practice Set Solutions
1 parent baaee21 commit 95cc453

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎35.Chapter_7_Practice_Set/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
1. Write a Java method to print the multiplication table of a number n.
44
2. Write a program using functions to print the following pattern:
55
```
6-
*
7-
* *
8-
* * *
9-
* * * *
6+
*
7+
**
8+
***
9+
****
1010
```
1111
3. Write a recursive function to calculate the sum of first n natural numbers.
1212
4. Write a function to print the following pattern:

0 commit comments

Comments
 (0)
Please sign in to comment.