Computer Practicals using Arrays

Write a program to read 10 numbers 1,2,3....10 using array . And print the numbers in reverse order ie. 10,9,8,7,6...1


Source Code



Output

 

Comments

Post a Comment