Given a number in the range of 100 and 999, write a program to accept input and validate this range. The program should exit if | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Given a number in the range of 100 and 999, write a program to accept input and validate this range. The program should exit if

Any C programmer help

5th Aug 2021, 9:13 AM
DENNIS OTIENO
2 Answers
+ 3
DENNIS OTIENO Hint: Take input and use less that < use greater than > use || operator To compare with min and max value.
5th Aug 2021, 9:57 AM
A͢J
A͢J - avatar
+ 7
2 problems here DENNIS OTIENO 1. Your question is incomplete, so we have no idea what you wish to achieve. 2. You have not attached your attempt.
5th Aug 2021, 9:25 AM
Rik Wittkopp
Rik Wittkopp - avatar