1.

How do you rewrite the below Java code snippet?

A. p=%3;
B. p%=3;
C. p=3%;
D. None of the above
Answer» C. p=3%;


Discussion

No Comment Found