Page not loading? Try clicking here.
Placeholder

#125
Language restricted

While - Formative Assessment 1 1s - MB

Problems

Write a program that inputs an integer and prints the integers in order from 1 to the input integer.


Example #1

5
1 2 3 4 5

Example #2

3
1 2 3

Source

자기주도C언어프로그래밍

You must sign in to write code.