Hi everyone. This assignment has really thrown me for a loop. Could someone help me with this code, and perhaps have it done my 1:30 today? I realize this is short notice and no one is obligated to help me, but it would be much appreciated.

"Write a program which displays the following menu and then prompts the user to enter a menu choice.

1. Add Name to File
2. Display Names on File
3. Clear the file
4. Exit the program.

The Program should use ofstream and ifstream objects to write to and read from a sequential access file on disk. To add a name to the file, the program should open the file in append mode. When reading the names from the file, the program defects the end of file and the >> operator returns the false value. To clear the file, the file can be opened for output and then closed.

The program should continue displaying the menu and executing the choices until the user selects 4 from the menu. Submit the program listing, sample printed program output and a flowchart." Please help me with the programming.