Question: Write a single if else if statement with the following criteria: reading -10 to -1 output Fails the test reading 0 output Average reading 1
Write a single if else if statement with the following criteria:
reading -10 to -1 output Fails the test
reading 0 output Average
reading 1 to 10 output Passes the test
reading < -10 or > 10 output Invalid reading
C++ format.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
