1.

Consider the following logical IF statement in FORTRAN 77IF (SALT. GE. PEPPER) GOTO 11GOTO 13The above statement using arithmetic IF statement would be

A. IF (SALT - PEPPER) 11, 11, 13
B. IF (SALT - PEPPER) 13, 11, 13
C. IF (SALT - PEPPER) 13, 11, 11
D. IF (SALT - PEPPER) 11, 13, 13
Answer» D. IF (SALT - PEPPER) 11, 13, 13


Discussion

No Comment Found

Related MCQs