WAJP to check the divisibility of a number by 7
Answers
Answered by
0
Answer:
can please give number we can answer
Answered by
1
Answer:
class a1
{
public static void main (int n )
{
if( n%7==0)
System. out. println(" number is divisible by 7");
else
System. out. println(" number is not divisible by7");
}
}
Hope it helps pls mark the answer as brainliest. ❤
Similar questions