Which of the following is a valid if clause? (The average variable has the double data type.)

Question:

Which of the following is a valid if clause? (The average variable has the double data type.) 

a. if (average > 70.5 && average < 80.5) 

b. if (average < 70.5 && average > 80.5) 

c. if (average < 70.5 || > 80.5) 

d. if (average > 70.5 && < 80.5)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: