Computer Science, asked by ItzFutureAstronaut, 5 hours ago

Find the output System.out.println(Math.floor(Math.max((int)'A',(int)'a'))) ;​

Answers

Answered by XxhazzxX
4

Answer:

Example

     

int x = 20;  

        

int y = 50;  

//print the maximum of two numbers 

        System.out.println(Math.max(x, y));  

Answered by ajay631sharma6
1

Answer:

hope it helps

& behen tum astraunat zrur banogi plz mark me as brainlist

Attachments:
Similar questions