WAP to assign an integer and check whether it is a 3-digit number or not.
Answers
Answered by
3
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