[Solved]Write Flowchart C Code Program Following Within Main Asks User S Annual Income Within Main Q37152089
You will write a flowchart, and C code for a program that doesthe following:
- Within main(), it asks for the user’s annual income.
- Within main(), it calls a function called printIt() and passesthe income value to printIt().
- The printIt() function evaluates the income, and if the numberis over 90000, prints a congratulatory message. If the income isnot over 90000, it prints a message of encouragement, like “YouWILL make $90,000, if you keep going.”
Expert Answer
Answer to You will write a flowchart, and C code for a program that does the following: Within main(), it asks for the user’s annu… . . .
OR

