iing Write a program that asks for the names of three runners and the time, in minutes, it took each of them to finish a race. The program should display the names of the runners in the order that they finished.
Max Function
Statistical function is of many categories. One of them is a MAX function. The MAX function returns the largest value from the list of arguments passed to it. MAX function always ignores the empty cells when performing the calculation.
Power Function
A power function is a type of single-term function. Its definition states that it is a variable containing a base value raised to a constant value acting as an exponent. This variable may also have a coefficient. For instance, the area of a circle can be given as:
Provide source code from what I have in attached screen shot. Put the runners and their run time together and compare them to each other to get the order of run time to get the attached assignment done.
Do not use LOOP method, please use 'if, if else' or 'boolean' for the source code. Never learned the LOOP method yet.
Trending now
This is a popular solution!
Step by step
Solved in 5 steps with 4 images