Class Notes
and
Example Source Code

Stern and Stern
Power Point

CIS126 Home

Content Outline

Course Description

Evaluation
Criteria

Project 1

Project 2

Project 3

Project 4

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.

 The screen input should be; a) product number 5 positions, b) quantity ordered 6 positions, c) customer last name, first name, middle initial, d) customer address, street, city, state, zip-code

Please be sure to edit required data (all fields are required) entered by the user for valid content (see chapter 11). 75% 

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.