write algorithm to check whether a number is divisible by 5or not
Answers
Answered by
0
Answer:
yes it will divisible by 5
Answered by
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
Science,
2 months ago
Computer Science,
2 months ago
English,
2 months ago
English,
4 months ago
CBSE BOARD XII,
10 months ago
Math,
10 months ago