Find the output System.out.println(Math.floor(Math.max((int)'A',(int)'a'))) ;
Answers
Answered by
4
Answer:
Example
int x = 20;
int y = 50;
//print the maximum of two numbers
System.out.println(Math.max(x, y));
Answered by
1
Answer:
hope it helps
& behen tum astraunat zrur banogi plz mark me as brainlist
Attachments:
Similar questions