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+1 NEXT I | 
                            
| A. | Both will print135 | 
| B. | Code ACode B113253 4 5 | 
| C. | Code ACode B113254 | 
| D. | Code ACode B1123354 5 | 
| Answer» B. Code ACode B113253 4 5 | |