What is output by the following C# code segment?

```
int temp = 200;
if (temp > 90)
{
Console.WriteLine("This porridge is too hot.");
}
if (temp < 70)
{
Console.WriteLine("This porridge is too cold.");
}
if (temp == 80)
{
Console.WriteLine("This porridge is just right!");
}
```

a) This porridge is too hot.
b) This porridge is too cold.
c) This porridge is just right!
d) None of the above.


a) This porridge is too hot.

Computer Science & Information Technology

You might also like to view...

When importing, if a table with the same name as the imported table does not exist, Access will not create the object

Indicate whether the statement is true or false

Computer Science & Information Technology

The ____ is a method used on UNIX and Linux systems to share passwords and group file access within a computer network.

A. Distributed File System B. Network Information Service C. Network Teller Service D. Network File System

Computer Science & Information Technology

If you are nervous about a presentation, it will put both you and your audience at ease if you just state that you are nervous.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

When the end-user's multimedia capabilities have a broad and uncertain range, it is very important to describe the:

a. number of subcontractors working on the project. b. authoring system that will be used on the project. c. hardware and software delivery platform you intend to provide. d. creative strategy that will be used to create the media. e. colors and fonts to be used in the interface.

Computer Science & Information Technology