Question: Alter the Checkbook program from Assignment 5 using C (3 points) o At the top of the file include the following comments Your name -The

 Alter the Checkbook program from Assignment 5 using C (3 points)o At the top of the file include the following comments Yourname -The purpose (core concept found below) of the program . Thedate created o Create a Check node structure. Include: -Check number (should

Alter the Checkbook program from Assignment 5 using C (3 points) o At the top of the file include the following comments Your name -The purpose (core concept found below) of the program . The date created o Create a Check node structure. Include: -Check number (should be an integer) - Date (use type char[ ]) . To Amount Description Pointer to the next Check node o Add functions to: Add a Check to the checkbook. Collect all information for a single check and add it to the checkbook. Call the function to display the values for the check before adding the check. Delete a check from the checkbook. Use the check number to identify the check to be deleted Display the values for a single check. Format the amount for two decimal places Display the values for the entire checkbook, one check at a time o In the main function: Create a checkbook. It should be a linked list. Repeat until the user quits. Give the user these options Add a check. Delete a check. . Display a single check. Display the checkbook .Quit o Compile and run your code o Submit your source code as a plain text file with a .c extension. Make sure it compiles without error before submitting it

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!