Question: Write a program that allows the user to enter an integer value n and prints all the positive integers starting with n, in decreasing order.
Write a program that allows the user to enter an integer value n and prints all the positive integers starting with n, in decreasing order. Enter a positive integer: 7 The numbers in decreasing order are: 7 6 5 4 3 2 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
