Input a no and check whether it is odd or even, if it is odd then check divisible by 5 or not. Write algorithm and flow chart
Answers
Answered by
1
ATechDaily
Algorithm and Flowchart to find Whether a Number is Even or Odd
What is an Even Number?
An even number is an integer number which is exactly divisible by 2.
Example: 0, 6, 8, 46, 168
What is an Odd Number?
An odd number is an integer which is not exactly divisible by 2.
Example: 1, 9, 13, 19, 51, 101
Attachments:
Similar questions