InterviewSolution
Saved Bookmarks
| 1. |
Write a program to print first n natural numbers in descending order using Liberty basic |
|
Answer» tion:INPUT: N = 10Output: 10 9 8 7 6 5 4 3 2 1Input: N = 7Output: 7 6 5 4 3 2 1mark as BRILLIANT |
|