Question: matlab program without using string, strsplit, etc. Write a program that prompts the user to enter 8 numbers and the outputs the maximum, the minimum
matlab program without using string, strsplit, etc.
Write a program that prompts the user to enter 8 numbers and the outputs the maximum, the minimum number and their average. Sample Run: Please enter 6 numbers: 40 70 8 20 15 60 45 3 The maximum is: 70 The minimum is: 3 The average is: 32.625
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
