int ab=948;int a=Math.max(ab%100, ab/100);
System.out.println(“A=” +a);
Write the output?
Answers
Answered by
4
Answer:
A=9
this is the output
hope it helps
Similar questions