write a java function that accepts 2 numbers as parameters and returns the greater one.
Answers
Answered by
0
Answer:
int accept(int a ,intb) { if(a>b) return a; else if(b>a) return b; return 0;
Similar questions
Hindi,
5 months ago
English,
5 months ago
Math,
10 months ago
English,
1 year ago
Social Sciences,
1 year ago