InterviewSolution
Saved Bookmarks
| 1. |
Let JCOKE = 98 and LPEPSI = 42 Consider the statement The value of JCOKE after the execution of above statement will be |
| Answer» Since (J COKE - 3 x L PEPSI) is negative, statement 5 is executed and the result is 98 + 5 = 103. | |