Question: Write a short sentence explaining any problems with this code fragment: int x, y: cin >> >> y; if(x>y) { int maximum = x; 3
Write a short sentence explaining any problems with this code fragment: int x, y: cin >> >> y; if(x>y) { int maximum = x; 3 else maximum = y; 3 h
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
