Question: Return values. Create a complementary function to your solution for Exercise. Create a function that takes a total time in minutes and returns the equivalent in hours and minutes.
Exercise: Conversion. Write a function that will take a time period measured in hours and minutes and return the total time in minutes only.