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