Science, asked by aishaakbar, 11 months ago

draw the flowchart check whether a number entered by the user is divisible by 8 or not​

Answers

Answered by akashkumarxqv1
0

Explanation:

A number is divisible by 8 if its last three digits are divisible by 8. For example, 880 and 905,256 are divisible by 8 but 74,513 is not divisible by 8. To check divisibility by 8, divide the last three digits of the number by 8. If the result is a whole number, then the original number is divisible by 8.

Similar questions