Computer Science, asked by puravrocks0910, 2 months ago

In each of the following assume m has the value 5 and n has the value 2
before the statement executes and write what will be the value of ‘m’ after
execution ?
a) m*=n
b) m+=n
c) m/=n
d) m%=n
e) m//=n

Answers

Answered by aryansinghji0301
1

Answer:

In each of the following assume m has the value 5 and n has the value 2

before the statement executes and write what will be the value of ‘m’ after

execution ?

a) m*=n

b) m+=n

c) m/=n

d) m%=n

e) m//=n

Similar questions