Computer Science, asked by Aswinipacha, 4 months ago

write algorithm to check whether a number is divisible by 5or not​

Answers

Answered by banotmohan2
0

Answer:

yes it will divisible by 5

Answered by vidhisomani17
0

Answer:

Start

Input n, 5

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

Output number is divisible or not

Stop

Explanation:

Similar questions