Write an algorithm on a piece of paper for the followingprogram.
List the variables and functions which you will use in yourprogram. Show it to me and get my approval before writing theprogram. After you upload the program, pass in the algorithm paperto me.
Create a program which has four functions: one to accept a listof numbers, one to find the maximum value in that set of numbers,one to find the minimum value in that set of numbers and onefunction to output the results very clearly.
The numbers which you will use are : 54, 67
Expert Answer
Answer to Write an algorithm on a piece of paper for the following program. List the variables and functions which you will use in…