# convert these numbers from a 3 mile run into minutes and seconds per mile
# runner    minutes   seconds
#   1          24        30
#   2          31        15
#   3          29        02
#   4          22        08
#
hint: look at the trunc() and round() functions
solution