Question: Why does the following code not print out anything? if (y >= x) { y = z; cout < < x < <
Why does the following code not print out anything?
if (y >= x)
{ y = z;
cout << x << " " << y << " " << z << endl; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
