InterviewSolution
Saved Bookmarks
| 1. |
Predict the output of the following operations if x=5 and y=3. a. x>=10 && y>=4 d. x>=10 || y>=4b. x>=1 && y>=3 e. x>=1 || y>=3c. x>5 && y>=2 f. x>5 || y>=2 |
| Answer» HELLO DearExplanation:what are you doing now | |