if a= 48 and. b= 13 , find out p= a+ b++ *5/a++ +b+a
Answers
Answered by
0
Answer:
please mark as brainliest answer
Explanation:
answer@
74
Answered by
0
Answer:
p = a + b++ * 5 / a++ + b + a
p = 48 + 13 * 5 / 48 + 14 + 49
p = 48 + 13 * 0 + 14 + 49
p = 48 + 13 + 0 + 14 + 49
p = 124
Explanation:
0 that has been underlined above might be confusing. The reason behind being 0 is that when a number of Integer data type when performed any arithmetic operation with another number with integer data type is always integer.
Similar questions