Chapter 5 Exercise Set 1ΒΆ

  1. Write a main function in a program to test the distance function developed in the Program development section. Compile and run your program.

  2. Rewrite the nested if statement at the end of the Logical operators section using a single conditional.

  3. Write at least five different functions, all named overloaded_function, together with a main function that calls each of them.