Saved Bookmarks
| 1. |
In the statement give below, which statement will be executed next if the value a=5 and b=10? If (a*a>=b) a=a+1; else b=b+1; |
|
Answer» The statement is: a+1; |
|