- Home
- Algorithms & Flowcharts for ICSE Computers
Draw flowchart for the following Accept a number and check a whether
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