A partial FORTRAN 90 program to accomplish the goals of this
A partial FORTRAN 90 program to accomplish the goals of this problem follows:
lab 20a solution by KSTUDENT NAME> program lab2 a implicit none character (50) line integer i,j,n, ma, val. print Lab 20a. solution by KSTUDENT NAME print Enter number of sets of values to read from keyboard read *,n do i-1,n print t, enter number of values for set print must be leaa than 51 read *,m print enter .a. integer values one per line\" do end do print Patte for aet \",i,\" ia:\" print *,line enddoSolution
You just need to write logic to check the number :
do j-1,m
print *,\"Enter the value\"
read *,val
copy the bove code inside second do loop you will get the result.
