MCQOPTIONS
Saved Bookmarks
| 1. |
What would be the output of the following program?A$ = MID$("Absolute Jelly Add" , 10, 5)PRINT A$ |
| A. | elly A |
| B. | Absolute |
| C. | Jelly |
| D. | Absolute |
| Answer» D. Absolute | |