Question: Write output for the given code:: int x=4,y=12,z,w; while(y >= 7) { Z=-3*x+10; y-=5; } w=2*x+y+z/3; y--; cout
Write output for the given code:: int x=4,y=12,z,w; while(y >= 7) { Z=-3*x+10; y-=5; } w=2*x+y+z/3; y--; cout <
Step by Step Solution
3.50 Rating (160 Votes )
There are 3 Steps involved in it
It seems that there is a typo in the given code The line int x4y12zw should be ... View full answer
Get step-by-step solutions from verified subject matter experts
