What is the output for the following code segment:
int x = 7;
int y = 4;
if ((x = = y) || (y < 6)) {
x = x + 1;
cout << x;
}
if (x = = 7)
y = y + 1;
cout << y;
84
Computer Science & Information Technology
You might also like to view...
A named range CANNOT contain any spaces
Indicate whether the statement is true or false
Computer Science & Information Technology
You can print a web page in Dreamweaver in every view except Code View.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology