MCQOPTIONS
Saved Bookmarks
| 1. |
Let JCOKE = 98 and LPEPSI = 42 Consider the statementIF (JCOKE - 3 * LPEPSI) 5, 6, 75 JCOKE = JCOKE + 56 JCOKE = JCOKE + 87 JCOKE = JCOKE + 11The value of JCOKE after the execution of above statement will be |
| A. | 103 |
| B. | 106 |
| C. | 109 |
| D. | none of the above |
| Answer» B. 106 | |