Computer Science, asked by vandita84, 7 months ago

int a = 7;
int b= a%9;
system.out.println (b)

,​

Answers

Answered by Haruhi22
2

Answer:

7

% is modulo that is when you divide 7 with 9 what is the remainder.

Similar questions