Question: Draw a flowchart and write a program using else if ladder to display the following table. (7 Marks) Age to input Message to display <5
Draw a flowchart and write a program using else if ladder to display the following table. (7 Marks)
| Age to input | Message to display |
| <5 | Toddler |
| 5<=number<=12 | Child |
| 13<=number<=19 | Teen |
| 20<=number | Other age group |
Computer Programming For Engg +c
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
