πŸ“Š JAVA
Q. How do you rewrite the below Java code snippet?
int p=10;
p = p%3;
  • (A) p=%3;
  • (B) p%=3;
  • (C) p=3%;
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (B) p%=3;

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
265
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
81%
Success Rate