MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following statement in Basic 15 INPUT X, Y, Z20 IF Y > X THEN 2521 IF Z > Y THEN 3025 PRINT Y30 PRINT Z, X35 END IF X, Y, Z are 150, 200, 250 then the output will be |
| A. | 200, 250, 150 respectively |
| B. | 150, 200, 250 respectively |
| C. | 250, 200, 150 respectively |
| D. | 200, 150, 250 respectively |
| Answer» B. 150, 200, 250 respectively | |