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!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответов
+ 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