3) Evaluate the value of 'n' if m=12
int n=m++*5 + --m,
Attachments:
Answers
Answered by
0
After Execution:
n = 72
Explanation:
> n = m++ * 5 + --m, m = 12,
> n = 12 * 5 + 12
> n = 60 + 12
> n = 72
Similar questions
English,
3 months ago
Science,
3 months ago
Chemistry,
3 months ago
English,
6 months ago
English,
6 months ago
English,
11 months ago
Computer Science,
11 months ago
Social Sciences,
11 months ago