MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following DO statement in Fortran 77 DO 23 X = 10.0, 2.0 The number of DO loop executions in the above statement is |
| A. | 10 |
| B. | 2 |
| C. | 5 |
| D. | zero |
| Answer» E. | |