Write a Basic program to accept any number and print whether is divisible by 7 or not.
IN BASIC PROGRAMMING.
Answers
Answered by
0
Answer:
The divisibility rule of 7 states that for a number to be divisible by 7, the last digit of the given number should be multiplied by 2 and then subtracted with the rest of the number leaving the last digit. If the difference is 0 or a multiple of 7, then it is divisible by 7
Answered by
0
7 14 21 28 35 42 49 56 63 70 yes
Similar questions