Predict the output
class HelloWorld {
public static void main(String[ ] args) {
int a=22;
double b=22.5;
System.out.println(a%10);
System.out.println(b%10);
}
}

Posted on by