Bigger or
Smaller
Create a program that asks the user to enter an integer. If
the integer is less than 10, print the message "This number is too
small". If the integer is greater than or equal to 10, print "This
number is big enough”.
Input: In the first line you will get a number.
Output: The message.
Sample Input1:
|
Sample Input2:
|
Sample Input3:
|
5
|
10
|
25
|
Sample Output1:
|
Sample Output2:
|
Sample Output3:
|
This number is too small
|
This number is big enough
|
This number is big enough
|
Для отправки решений необходимо