KnowledgeBoat Logo

Algorithms & Flowcharts for ICSE Computers

Draw flowchart for the following:

Accept a number and check:

(a) whether the number is divisible by 2 and 5.
(b) whether the number is divisible by 2 but not by 5.
(c) whether the number is divisible by 5 but not by 2.
Display the message accordingly

Algo & Flowcharts

ICSE

267 Likes

Answer

Flowchart

Flowchart to check if number is divisible by 2 and 5, the number is divisible by 2 but not by 5, the number is divisible by 5 but not by 2. Algorithms and Flowcharts, APC Understanding Computer Studies Solutions ICSE Class 8.

Answered By

172 Likes