1. Write a program to display the following numbers as the same format.
1 2 3 4 5
1 2 3 4 5
1 2 3 4 5
2. Write a program to display the following numbers as the same format.
1 1 1 1 1
2 2 2 2 2
3 3 3 3 3
3. Write a program to display the following numbers as the same format.
1
2 3
3 4 5
4 5 6 7
5 6 7 8 9
Comments
Leave a comment