Chapter 5 Exercise Set 0: Chapter ReviewΒΆ
Write a
main
function in a program to test thedistance
function developed in the Program development section. Compile and run your program.Write at least five different functions, all named
overloaded_function
, together with amain
function that calls each of them.