Exercises Numbers WithoutSolutions
Exercises Numbers WithoutSolutions
4. Write a C program to accept two integers and check whether they are
equal or not.
5. 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".