Hello all,
I have to do a mid semester project for my online C++ course and I am having trouble finding a place to start. We were given a list of what needs to be included within the program that I am to write. I just don't have anything that comes to mind. I have about two weeks to finish the project and I don't want something that is overwhelmingly hard. Any suggestions would be appreciated.
the list of included material:
* contain at least two external functions and one inline function
* contain one array.
* contain one loop and a decision statement
* contain both local and global variables
* write to and read from a text file.
* contain one enumerated data type