y=1; x=2; if (x>0) x=x+5+y; if (x==2) x=x-2+y; if (x=8) x=y=3;

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 20PE: When you borrow money to buy a house, a car, or for some other purpose, you repay the loan by making...
icon
Related questions
Question

In Java find the value of x , y after the statements are executed:

(statements are in picture)

y=1; x=2;
if (x>0)
x=x+5+y;
if (x==2)
x=x-2+y;
if (x=8)
x=y=3;
Transcribed Image Text:y=1; x=2; if (x>0) x=x+5+y; if (x==2) x=x-2+y; if (x=8) x=y=3;
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr