Question: Problem 7: Coding Create an Octave script that takes as input the array grades shown below, anc computes the minimum value in the array. You
Problem 7: Coding Create an Octave script that takes as input the array "grades" shown below, anc computes the minimum value in the array. You must use a for-loop and a conditional in the algorithm. grades =[95,99,72,87,76,85] Write your answer in an Octave script - Annotate the code with comments - When executed, the script must display input and output data
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
