What is the output of the following code?

float x = 2.3, y = 4.7, z = 1.4;
if (!(x < 7) && (y >= z))
cout << x << ” “ << y;
else
cout << y << “ “ << z;


4.71.4

Computer Science & Information Technology

You might also like to view...

You can type any font size in the Font Size box if the font size you want is not listed

Indicate whether the statement is true or false

Computer Science & Information Technology

Define a hybrid cloud and describe how it can be used.

What will be an ideal response?

Computer Science & Information Technology

A ____ consists only of a function header.

A. function body B. function header C. function declaration D. formal parameter list E. actual parameter list

Computer Science & Information Technology

____________________ is the suite of communications protocols used to connect hosts on the Internet.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology