Computer Science, asked by hashmdfuzail24, 10 months ago

Evaluate the C++ Expressions int=10,j=20,k;
k=(I+j)/3;

Answers

Answered by Anonymous43102
0
The final value of k will be = (10+20)/3 = 30/3= 10
Similar questions