Question: Assume that values is a 101-element array containing a list of measurements from a scientific experiment, which has been declared by the statement REAL, DIMENSION(-50:50)
Assume that values is a 101-element array containing a list of measurements from a scientific experiment, which has been declared by the statement REAL, DIMENSION(-50:50) :: values Write the Fortran statements that would count the number of positive values, negative values, and zero values in the array, and write out a message summarizing how many values of each type were found.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
