class Modulus {
public static void main(String args[])
{
double a = 25.64;
int b = 25;
a = a % 10;
b = b % 10;
System.out.println(a + " " + b);
}
}
Answers
Answered by
0
what's the question???
Similar questions
Science,
6 months ago
Math,
6 months ago
Math,
1 year ago
History,
1 year ago
Political Science,
1 year ago