Home > Back-end >  Help: Java program compiled tip: error: need '), which line the scarlet letter, bosses, please
Help: Java program compiled tip: error: need '), which line the scarlet letter, bosses, please

Time:10-05

import java.util.Scanner;

Public class ArithmeticTimeTest {
Public static void main (String [] args) {
System. The out. Println (" please enter a positive integer number of seconds: ");
Scanner a=new Scanner (System. In);
Int num=a.n extInt ();
Int hour=num/3600;
Int min num %=3600/60;
Int the SEC=num % 60;
System. Out. Println (num + "seconds into" + hour + + min "hour" + "minutes" + SEC "seconds");
}
}