Question: IN C Please, thanks. Create a Checkbook program using C: Create a Check structure. Include: Check number (should be an integer). Date (use type char[

IN C Please, thanks.

Create a Checkbook program using C:

Create a Check structure. Include:

Check number (should be an integer).

Date (use type char[ ]).

To

Amount

Description

Add functions to:

Add a Check. Collect all information for a single check and return the check. Should not take any parameters. Gather all data in the function from the user. Call the function to display the values for the check before returning the Check.

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.

In the main function:

Create a checkbook. It should be an array of at least size ten.

Repeat until the checkbook is full or the user quits. Give the user these options:

Add a check.

Display a single check. Ask the user for the check number to be displayed.

Display the checkbook.

Quit.

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!