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. true

Computer Science & Information Technology

You might also like to view...

The equals method for a class should have _________ as the type of its one parameter.

a. String b. Object c. Integer d. Double

Computer Science & Information Technology

The _____ allows an expert system user to understand how the system arrived at its results.

A. inference engine B. knowledge base C. explanation facility D. knowledge acquisition facility

Computer Science & Information Technology

Which of the following is NOT a network protocol supported by SQL Server 2012?

A. shared memory B. named pipes C. NWLink D. TCP/IP

Computer Science & Information Technology

What are some security measures that could be taken to protect the internal connections of the SOHO network?

What will be an ideal response?

Computer Science & Information Technology