Computer Science, asked by philipsjoshua642, 3 months ago

int ab=948;int a=Math.max(ab%100, ab/100);
System.out.println(“A=” +a);
Write the output?

Answers

Answered by preetichhabra091205
4

Answer:

A=9

this is the output

hope it helps

Similar questions