Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 270 Bytes

ch6_exercises.adoc

File metadata and controls

14 lines (10 loc) · 270 Bytes

Exercises

  1. Write a program to convert an input in minutes to hours.

  2. Write the following functions and use them in a program.

    float miles2kilometers(float miles);
    float pounds2kilograms(float pounds);