Write program to convert minutes to time (separate hours/minutes).

Write program to convert minutes to time (separate hours/minutes). Include a user-defined void function named ‘ minutesToTime ‘ that will take an integer number of minutes and convert it to two separate integer values that represent the equivalent number...