Saved Bookmarks
| 1. |
Analyse the following program segment and determine how many times the loop will be executed and what will be the output of the program segment ? int p= 150; while(true) { if(p |
| Answer» | |