c) WAP to enter a number and check if it is 3-digit no. or not.
Answers
Answered by
0
Answer:
Program Explanation
check whether the num is greater than 99 and less than 100 using if statement. if it is true, then print num is three digit number using printf statement. Else print num is not three digit number using printf statement.
Similar questions