Computer Science, asked by grandmaster185, 8 months ago

(2
Debug the following program:
REM To count total no. of student (s) who is/are passed.
REM File contains Student ID and marks of three
REM subjects.
CLS
WHILE NOT EOF (1)
OPEN I, 1#, marks.dat
INPUT # 1, ID, SI, S2, S3
IF SI >= 32, S2> = 32, S3 >= 32 THEN
X= X + 1
END IF
X=1
WEND
PRINT "Total record (s) = ": X
CLOSE #1
DI​

Answers

Answered by divashetty
1

I don't know this questions answer

Similar questions