Computer Science, asked by Gopal1639, 2 months ago

Suppose a, b and c are intergers variables that have been assigned the values a=5, b=3 and c=-8. Determine the value of a *(b%c).

Answers

Answered by eshikashetty2003
0

Answer:

I guess ans is -15 as * is for multiplication and % is modulo operator(remainder of division)

Similar questions