Computer Science, asked by prajithsundar123456p, 4 days ago

Write an algorithm and flowchart to find if a number is divisible by 5​

Answers

Answered by purvadhumal87
1

Answer:

Step 1-

Start

Step 2-

Read / input the number.

Step 3-

if n%5==0 then goto step 5.

Step 4-

else number is not divisible by 5 goto step 6.

Step 5-

display the output number is divisible by 5.

Step 6-

Stop

Explanation:

please friends mark me as brain list plz

Answered by akshayathungaclass92
0

Answer:

0or 5

Explanation:

A number ending with 0 or 5 is divisible by 5 for ex: 625 ÷5 = 125 , 1000 ÷ 5 = 200 and 126 ÷5 = 25.2

Similar questions