Computer Science, asked by daniyalimam69, 30 days ago

int a =10
int b=20
int c=a+ ++a+ -- b+b​

Attachments:

Answers

Answered by shubhamoybiswas05
0

Answer:

59

Explanation:

c= a+ ++a + --b +b

c= 10+11+19+19

c=59

Similar questions