Starting from:
$19.99

$13.99

Cheque Book Solution

You are to write a program that will help the user manage their checkbook. The program will prompt the user to enter the check number, the date, the name the check is made out to, and the amount until the check number entered is 0. Make sure you use the appropriate data types.Each entry will be saved to a file named check-ledger.dat. After the user enters a check number of 0, the program will display the check number, the date, the name the check is made to, and the amount for each record that has been saved in the file. After displaying all the records the program will end. The program should display a header line that identifies the data to be displayed from the file. The header will precede the data that will be listed. (e,g., CHECK# DATE CHECK MADE TO AMOUNT) Your program will use methods for each function it performs (e.g., housekeeping, entering data, writing data to the file, reading data from the file, finishing the program. There should be at least three methods used.  

 

Your submissions must:

·         Include MLA headers in all charts (e.g., flowchart, hierarchy chart, IPO, etc.)

·         You will submit a hierarchy chart, a flowchart, IPO charts and pseudocode documents for this program in PDF format.

·         You may use the application of your choice to create these documents. You must submit the original source document to receive credit for your submission.

·         Include the page number in each document's page.

 

Consider reviewing Figure 7-4 (pp 284-285) for an example on inputting records from the suer and saving these to a file and Figure 7-6 (p. 289) for an example on inputting records from a file and outputting these to the screen to create a report.

 

You will find IPO charts on p. 390

 

More products