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
2 Antworten
+ 3
DENNIS OTIENO
Hint: Take input and
use less that <
use greater than >
use || operator
To compare with min and max value.
+ 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.