Nested Loops and One-D Array
Nested Loops and One-D Array
Q.No.1: Write a program that input 10 numbers from the user in the Array
and find out Sum and Average of the Numbers using One Dimensional
Array.
Q.NO.2: Write a Program that display the following output on the console
”Nested Loop”:-
* * * * * * ***** **** *
* * * * **** **** * *
* * * * * *** **** * * *
* * * * * * ** **** * * * *
* * * * * * * * * * * **** * * * * *
Good Luck