ok so if i ask the user to input time in the form of
minutes:seconds
so for example 5 minutes, 6 seconds would be entered as 5:06
how can i get my program to read that (store the 5 as minutes, the 06 as seconds)
minutes:seconds
so for example 5 minutes, 6 seconds would be entered as 5:06
how can i get my program to read that (store the 5 as minutes, the 06 as seconds)
Comment