逆我分配了創建程序的逆我寫這給了我幾秒鐘 總數,當我把在小時分和秒 (前)1hr28m42s =5322秒 程序 - 現在我需要讓這個當我把在秒它 告訴我的時候,(前)9999秒= 2h46m39s挑戰隨着時間
我試圖谷歌數字的倒數,但很多結果 剛剛問世隨着點或矩陣的逆,我試着搜索 在stackoverflow與標記逆,但我不知道如果我做對了 如果你們看到這個任務離子問已經很抱歉,請 重定向我!
到目前爲止,我只分配給第二個丁文變量,不分鐘,小時 但即使是沒有好,我可以張貼我的其他代碼爲我先問 時間轉換成秒如果有什麼
我如何在一定的時間點上一個整數,以便它重置後? (舉例)如果x超過60,它會回到1?謝謝你們
到目前爲止的代碼:
//Assigned variables to distinguish time
int second = 1;
int minute = second + 59;
int hour = minute * 60;
int x; // x tells you the time
//Enters the seconds for conversion
System.out.println ("Enter the seconds to be converted: ");
second = scan.nextInt();
//This print tells you the above information in terms
//of total seconds capping off at 60
x = second + (second /60) + (second/60/60);
System.out.println ("The total time in seconds is " +x);
停止關注「反向」這個詞,並且只是想一下你要用什麼邏輯來編寫程序。 – Jesper
其中一個不會簡單地在stackoverflow中請求作業... –
使用你的大腦! – Walter