Computer Science, asked by alisha0495, 6 months ago

if num1 =5, num2 =9, then calculate the value of expression, num1+=num1++-++num2+num1;​

Answers

Answered by anindyaadhikari13
5

num1=5,num2=9;

num1+=num1++ - ++num2+num1;

num1= 5+5-10+6

=6

Hence, value of num1=6,num2=10.

Similar questions