Question: C programming only Function Menu Assignment Outcome: Student will demonstrate the ability to write a menu driven program Student will demonstrate the ability to write
C programming only
Function Menu Assignment
Outcome:
- Student will demonstrate the ability to write a menu driven program
- Student will demonstrate the ability to write and use functions
Program Specifications:
You are to write a short C program that will contain the following menu system:
- Display Your Name
- Display Your Name (x Times)
- Display Add Two Numbers
- Take the Result of item 3 above and square it.
- Quit
Submission Requirements:
You must follow the rules from the first assignment.
YOU CANNOT:
- Use global variables
- Use the word goto
- Use the break command outside a case statement
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
