Write a menu driven program that allows the user to enter five numbers and then choose between finding the smallest , sum or average of the numbers. At least the menu, finding the smallest number and calculating the sum are to be functions. Provide an error message if an invalid choice is entered.