MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the given QBASIC codes?Code ACode BFOR I = 1 TO 5 STEP 2FOR I =1 TO 5 STEP 1PRINT IPRINT INEXT II=I+1NEXT I |
| A. | Both will print135 |
| B. | Code ACode B11325345 |
| C. | Code ACode B113254 |
| D. | Code ACode B11233545 |
| Answer» B. Code ACode B11325345 | |