What is displayed by the C statements that follow if the value input is 9?

```
scanf("%d", &num);
if (90 < num <= 100)
printf(“Grade is an A.”.);
else
printf(“Grade is less than an A.”.);```
a. Grade is an A.
b. Grade is less than an A.
c. true
d. false
e. The code will not compile.

C

Computer Science & Information Technology

You might also like to view...

What is iOS?

A) A specific operating system for mobile devices B) A form of antivirus software C) A utility program for all mobile digital devices D) A type of application software

Computer Science & Information Technology

You can display the KeyTips within the ribbon by pressing the ________ key

A) Windows B) Shift C) Alt D) Fn

Computer Science & Information Technology