09.01.2018, 23:11
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.
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.