Ask a New Question
Search
write a fortran program to store scores of five courses of three students
1 answer
DO 100 I=1,3
DO 101 J=1,5
READ SCORE(I,J)
101 CONTINUE
100 CONTINUE
Ask a New Question
or
answer this question
.
Similar Questions
write a fortran program to read in the scores of 120 students using an array
0 answers
write a fortran program to read in the scores of 120 students in a class using an array
0 answers
Write a program that reads test scores up to 30 into an array. sentinel will stop when -1 is entered.
Write functions that: 1.
0 answers
WRITE A SIMPLE BUT A COMPLETE FORTRAN PROGRAM TO COMPUTE THE AVERAGE OF SIX NUMBERS AND DISPLAY THE NUMBERS, SUM AND AVVERAGE.
2 answers
more similar questions