Computer Science, asked by ritvik29, 10 months ago

int m=20,n=18.Find m=n++/--m*n%m++;​

Answers

Answered by dipayanghosh185
3

Answer:

if m = 20 and n = 18....then,

=> m = n++ / --m*n%m++

=> 20 = 18 + 1 / 20 - 1 * 18 % 20 + 1 (where n++ means 18 + 1 and m++ = 20 + 1)

=> 20 =  19 / 19 * 18 % 21

=> 20 = 1 * 18 % 21

=> 20 = 18 % 21

=> 20 = 3.78

HOPE YOU LIKE IT..

THEN PLEASE MAKE ME BRAINLIST OR FOLLOW ME...

Explanation:

Similar questions