Unit 1 graded exercise 2: flowchart, input, output, and decision | programming | ECPI University
You will write a flowchart, and C code for a program that does the following: 1. Asks a user for their age. 2. Uses an “if” statement to determine if the user is under age 18. 3. Has appropriate output telling the user if they can vote or not. Here is what the program looks like when it’s executed: File Submission Upload your Flowgorithm file, […]