WAP to accept 10 numbers in array called arr[] and print them sequentially.
Input: 1 2 3 4 5 6 7 8 9 10
Output: 1 2 3 4 5 6 7 8 9 10
Published By : Sunita Chhetry
WAP to accept 10 numbers in array called arr[] and print them sequentially.
Input: 1 2 3 4 5 6 7 8 9 10
Output: 1 2 3 4 5 6 7 8 9 10