Computer Science, asked by chikotirajasheker654, 4 months ago

Question 2:
a) What will be the output fo
int a=3, b=30, c=300;
a+=. - b+c+ + + b;​

Answers

Answered by Anonymous
7

Answer:

The \: output \: will \: be \: : 304

Explanation:

a +  =  - b \:  +  \: c  \: + \:  \:   +  + b

a = a + ( - b) + \:  c \:  + \:  \:   +  +  b

 Let's \: substitute \: the \: values \: in \: the \:  \\ above \: equation...

a= 3 - 30 + 300 + 31

a = 334 - 30

a = 304

Similar questions