Computer Science, asked by AbdullahAnsari3207, 7 months ago

If x=40 and y =25 then predict the output of each statement separately.
a)"3"+4+x b) x+=y c) (x==y)&&(x>1) d) y=x+true

Answers

Answered by Imblank
0

Explanation:

a)"3"+4+x

= 344

b) x+=y

= 65

c) (x==y)&&(x>1)

= False

d) y = x + true

= 41

Read my bio

Similar questions