asked 145k views
2 votes
Write an algorithm to check whether the given number is divisible by 2,3 and 6 or not​​

1 Answer

3 votes

Answer:

Start

Input n, 2

Calculate if (n%2==0) then is divisible else not divisible

Output number is divisible or not

Stop

Step-by-step explanation:

answered
User Sahil Sonawane
by
8.1k points

No related questions found