Computer Science, asked by namitamgm, 6 months ago

write a program to print first n natural numbers in descending order using Liberty basic​

Answers

Answered by Anonymous
19

Explanation:

Input: N = 10

Output: 10 9 8 7 6 5 4 3 2 1

Input: N = 7

Output: 7 6 5 4 3 2 1

mark as brilliant

Answered by Anonymous
13

Answer

Input :N= 10

Output :10 9 8 7 6 5 4 3 2 1

Input :7

Output :7 6 5 4 3 2 1

hope it is helpful

Similar questions