Saved Bookmarks
| 1. |
A rectangle has an area of 18cm sqThe lengths of side are whole numbers. How long could the sides of rectangle be? |
|
Answer» Step-by-step explanation: hlo mate here's your answerExample:Example:int a = 8;Example:int a = 8;int b = 10;Example:int a = 8;int b = 10;BOOLEAN c = a < b;Example:int a = 8;int b = 10;boolean c = a < b;Here, as a is less than b so the result of a < b is TRUE. Hence, boolean variable c BECOMES true.
|
|