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.Rewrite the nested if statement at the end of the Logical operators section using a single conditional.
Write at least five different functions, all named
overloaded_function
, together with amain
function that calls each of them.