Make a program that will read 3 positive numbers from the user and tell the largest number. Make the following 4 functions in addition to the main function.

a) get_largest_number()
b) find_maximum()
c) largest_num()
d) determine_max()

Q&A Education