Question: Java, what are the % and what do they do in the following line? int seconds = (totalSeconds % 3600) % 60;
Java, what are the % and what do they do in the following line?
int seconds = (totalSeconds % 3600) % 60;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
