Computer Science, asked by alokk32316, 7 months ago

write down the syntax to find the bigger between two no a and b
...
please answer it fast.

Answers

Answered by priyanshusharma7047
1

Answer:

The java. lang. Math. max(int a, int b) returns the greater of two int values.

Similar questions