Problem:
Question 1- Write a matlab script/function that takes decimal values until user inputs zero (0). The program will display the highest number among input decimal values and will terminate.
Question 2- Write a matlab script/function that takes decimal values until user inputs zero (0). The program will display the lowest number among input decimal values and will terminate. Assume that user will always provide positive integer values as input.
Question 3- Write a matlab script/function that takes decimal values until user inputs zero (0). The program will display the "second" highest number among input decimal values and will terminate.
Show the code, demonstrate it works properly and describe what it is doing.