int i=720, j= 18;
if (i % j = = 0)
{
if( i % 10 ! = 0)
System.out.println(i%j);
else
System.out.println(i/j);
}
Answers
Answered by
0
Answer:
YES
Explanation:
PLEASE MARK ME IN BRAIN LIST
Similar questions