Essaytext

C programing help

C programing help. Your program should offer the following menu to the user:1) ÿ ÿ ÿPrint Author name and ID2) ÿ ÿ ÿEnter integer value3) ÿ ÿ ÿEnter floating point value4) ÿ ÿ ÿPrint stored values5) ÿ ÿ ÿClear integers6) ÿ ÿ ÿClear floating points7) ÿ ÿ ÿSave data8) ÿ ÿ ÿLoad data0) ÿ ÿ ÿExitWhere each option does the following:1 Print your name and id2 Prompts the user to enter an integer value, you then store this value in memory (program should handle up to 500 values)3 Prompts the user to enter a floating point value, you then store this value in memory (program should handle up to 500 values)4 Prints out all of the stored values (more on this later)5) Clears stored integers6) Clears stored floating point values7) Saves the current stored values to a file (file name specified by the user)8) Sets the current stored values to the data stored in a file (file name specified by user)Also: your program should note that the application has started, and keep a running log of any errors (attempts to open files that fail and invalidselections chosen)When a log entry is made you should print your student id, followed by an error message describing the problem.These log entries should be saved to a file called “log.txt” and theh program should never cause the program to erase previous entries.So if you open the program, make an invalid selection, close the program, open it again then your log should contain the following info:program startedinvalid selectionprogram startedHow you can accomplish not deleting the file when you open it was not discussed in class, however, should be easy to figure out what to do using googlehint: the solution is very easy, if whatever solution you find takes more than 1 second to implement, it’s probably not what you want.Notes:For option 4, you should print your data on two lines with the following prefix values:”Integers: “”Floating Points: “For option 8, your program needs to be able to load files that your program generated with option 7, it does not need to be able to load files from other students

C programing help

Solution:

15% off for this assignment.

Our Prices Start at $11.99. As Our First Client, Use Coupon Code GET15 to claim 15% Discount This Month!!

Why US?

100% Confidentiality

Information about customers is confidential and never disclosed to third parties.

Timely Delivery

No missed deadlines – 97% of assignments are completed in time.

Original Writing

We complete all papers from scratch. You can get a plagiarism report.

Money Back

If you are convinced that our writer has not followed your requirements, feel free to ask for a refund.