Computer Science, asked by krishsuri2018penblb, 1 year ago

A java math method to print largest of 2 numbers

Answers

Answered by nitish8089
1
Math class max() used for this ...

int max=Math.max(a, b)

max assign greater value in a and b
Similar questions