Question: TS 11. show the output for the following program segment int A, B, A = 6: B = 1; if(A>B) 3 pts A A *

TS 11. show the output for the following program segment int A, B, A = 6: B = 1; if(A>B) 3 pts A A * B+2; else A A/2; B=B+4;} 12. show output for each case X-3; 2. X- 8; 3. X- 15; 4. X-30; 8pts (2 each) int X, Y if (X = 5) X - X+ 5;) else if (X 10) Y-X-2; else if (X 25) YX10; else Y=X / 10: cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
