What is the output of the following code?

```
int w = 98;
int x = 99;
int y = 0;
int z = 1;
if (x >= 99)
{
if (x < 99)
cout << y << endl;
else
cout << z << endl;
}
else
{
if (x == 99)
cout << x << endl;
else
cout << w << endl;
}
```

a. 98
b. 99
c. 0
d. 1
e. None of these


d. 1

Computer Science & Information Technology

You might also like to view...

How can you configure a router's banner?

What will be an ideal response?

Computer Science & Information Technology

What is the purpose of a security awareness program?  What advantage does an awareness program have for the InfoSec program?

What will be an ideal response?

Computer Science & Information Technology

Which of the following data recording procedures is best used for behaviors that have a clear ending and beginning, do not occur throughout an interval, but still occur at high rates?

a. partial interval b. time sampling c. whole interval d. duration

Computer Science & Information Technology

Examples of browser plug-ins

What will be an ideal response?

Computer Science & Information Technology