Question: Write a program in C that includes: The program could be anything for example: Jeopardy game, Tic-tac-toe, who wants to be a millionaire, etc. Program
Write a program in C that includes:
The program could be anything for example: Jeopardy game, Tic-tac-toe, who wants to be a millionaire, etc.
Program Specifications:
| Possible | Actual | |
| Theme for the program (the purpose)(The Specification Docs) | ||
| Design tool. | ||
| Documentation with in the code | ||
| Use of functions (everything is a function). | ||
| Composite Struct | ||
| Use of structs | ||
| Use of a menu system | ||
| Adds to the Array | ||
| Removes from the Array | ||
| Does sorting | ||
| Does searching | ||
| Exports All information to a bin file | ||
| Allows the user to enter the number of things to store | ||
| Allocates disjoint dynamic memory and uses this memory | ||
| Output is neat and makes sense | ||
| Inputs from a bin file | ||
| Error checking...stops the user from doing bad things | ||
| Freeing Memory Correctly | ||
| Completed on time and properly uploaded to Blackboard | ||
| Uses a programmer created header file | ||
| 0 |
Feel free to create whatever you want, just meet the requirements for the program.
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
