minutes = floor(seconds / 60)
balanceseconds = seconds mod 60
example :
_____________
seconds =70
minutes = floor(70 / 60) = 1
balanceseconds = 70 mod 60 = 10
2007-02-07 19:51:18
·
answer #1
·
answered by safrodin 3
·
0⤊
0⤋
There are 60 seconds in a minute, so you divide the number of seconds by 60 to get the number of minutes.
2007-02-07 19:47:42
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
There are 60 seconds in a minute, so you divide the number of seconds by 60 to get the number of minutes.
2007-02-07 19:45:04
·
answer #3
·
answered by Gnomon 6
·
0⤊
0⤋
Times by 60
2016-05-24 05:59:14
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋
divide by 60 . Since it takes 60 seconds to make a minute.
2007-02-07 19:53:20
·
answer #5
·
answered by rowell2001 5
·
0⤊
0⤋
60 seconds = 1 minute
So to convert 30 seconds to minute, divide the seconds by 60.
30/60 = 0.5 minute
To convert 90 seconds to minute,
90/60 = 1.5 minutes
2007-02-07 20:51:45
·
answer #6
·
answered by ideaquest 7
·
0⤊
0⤋
divide the seconds by 60
2007-02-07 19:45:37
·
answer #7
·
answered by AppleCard! 2
·
0⤊
0⤋
seconds/60
2007-02-07 19:50:28
·
answer #8
·
answered by Nishu 2
·
0⤊
0⤋
is this a joke? you just divide your number of seconds by 60, and, hey presto, you have minutes!
2007-02-07 19:52:09
·
answer #9
·
answered by Boofie 6
·
0⤊
0⤋
I think there are about 18 minutes per second.
2007-02-07 19:51:03
·
answer #10
·
answered by Freak Too 2
·
0⤊
2⤋