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언어프로그래밍