What's new

C LANGUAGE PA HELP PO

m a e 0 9

Journeyman
The second integer of the range
Constraints
The value of n2 is guaranteed to be greater than or equal to n1.
Sample
10
Output
The first line will contain a message prompt to input the value of n1. The second line will contain a message prompt to input the value of n2. The next line will contain all the even numbers from n2 down to n1.

Enter·value·of·n1:·3
Enter·value·of·n2:·10
10·8·6·4
 

Similar threads

Back
Top