Saved Bookmarks
| 1. |
Write down the syntax to find the bigger between two no a and b ...please answer it fast. |
|
Answer» ong>ANSWER: The JAVA. lang. Math. max(int a, int b) RETURNS the greater of two int VALUES. |
|