You given a number as the an input you have too display all the numbers from O till X
Input X
Output
1
2
1
X
The question is about programming.
One should write a program that ask the user to enter a number like 50 and the program should list all the integers from 0 to 50.
Comments
Leave a comment