Convert seconds into minutes.
#5

return seconds/60;

Can set the method framework up yourself.

If you're actually asking how to alter the string to contain minutes, then the quickest way would be to identify the number at a specified index (assuming the sentence is always the same length). If not, find the index of the substring "seconds", and work backwards I guess.
Reply


Messages In This Thread
Convert seconds into minutes. - by jasperschellekens - 09.01.2018, 22:27
Re: Convert seconds into minutes. - by RowdyrideR - 09.01.2018, 22:46
Re: Convert seconds into minutes. - by RogueDrifter - 09.01.2018, 22:52
Re: Convert seconds into minutes. - by Kane - 09.01.2018, 23:04
Re: Convert seconds into minutes. - by jollyjoe321 - 09.01.2018, 23:11
Re: Convert seconds into minutes. - by Dayvison_ - 09.01.2018, 23:24
Re: Convert seconds into minutes. - by RowdyrideR - 10.01.2018, 00:52
Re: Convert seconds into minutes. - by iLearner - 10.01.2018, 05:28
Re: Convert seconds into minutes. - by Kane - 10.01.2018, 06:36
Re: Convert seconds into minutes. - by jasperschellekens - 10.01.2018, 13:38

Forum Jump:


Users browsing this thread: 2 Guest(s)