If k= 8, w=12, r=6
int w= k*(w++/3)+(k+(--r+r++))
Answers
Answered by
3
Answer:
w = 51
Explanation:
as int w= 8*(12++/3)+(8+(--6+6++))
8*(4)+(8+(11))
32+19
w=51;
hope it helped
Similar questions
Math,
2 months ago
English,
2 months ago
Geography,
5 months ago
Computer Science,
10 months ago
Math,
10 months ago