Page not loading? Try clicking here.
Placeholder

#141

Loop - Formative Assessment 2 1s 32MB

Problems

Write a program that inputs an integer from 1 to 100, prints multiples smaller than 100 in order, and terminates the program when a multiple of 10 is printed.


Example #1

7
7 14 21 28 35 42 49 56 63 70

Example #2

49
49 98

Source

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

You must sign in to write code.