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
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
World Languages,
3 months ago
English,
3 months ago
Hindi,
7 months ago
Science,
7 months ago
India Languages,
11 months ago
India Languages,
11 months ago