Computer Science, asked by ShauryaJaiswal2006, 5 months ago

If a = 10 then a % 2 = in JAVA​

Answers

Answered by 22soubhikbiswas
0

Answer:

int a = 10;

int remainder = a %2;

Answered by syedahmedusman1
1

Answer:

0

Explanation:

Btw shaurya you should do your test on your own

Similar questions