|
Class Notes Project 2 |
Business
Programming II Assignment 2 Date Due: Learning
Objective:
In assignment 2, the student will learn and apply the concepts of
interactive programming, data validation, and calculating totals.
Previously written code will be used in the interactive program, or a
separate program to demonstrate code reusability. Definition of Problem: "S3C
World Wide" is still wildly successful!
Besides the Internet orders there are also numerous orders coming in on
paper. An on-line order entry program is desperately needed to
capture each order for the accounts receivable system.
Your next assignment is the
following: 1)
Write an
interactive program using Display, Accept, and Screen definition (see chapter 6)
to create the input file used in assignment 1. 2)
Create a
control total report, (see chapter
10) to print out the total quantity, price, and tax for each Customer’s order
processed in the program from assignment 1.
Use the simple a simple sort to sort by customer-number. Details will
be provided in class. 25% Total
Credit = 100% Hand in on diskette and paper the compiled source listing, output file listing, and control total by customer report.
|