Site Search

CS 111: Program 7 main content

Based on Programming Challenges #8: Registration System on page 944-945 of your textbook.

Create an application that calculates the registration fees for a conference. The general conference registration fee is $895 per person, and student registration is $495 per person. There is also an optional opening night dinner with a keynote speech for $30 per person. In addition, the optional preconference workshops listed in table below are available.

Workshop Fee
Introduction to E-commerce $295
The future of the Web $295
Advanced Java Programming $395
Network Security $395

The application should allow the user to select the registration type, the optional opening night dinner and keynote speech, and as many preconference workshops as desired. The total cost should be displayed.

Sample Session

No screen snapshots provided. The GUI design for this assignment is your responsibility and its quality will be part of the grading criteria.

What to turn in

  1. Source program printouts stapled together with file header comments on all printouts
  2. Be sure your project is saved in your U:\Program7\ folder
  3. The assignment is due at the start of class on Friday, June 2. You program must compile and produce output for you to receive any credit.
    • You are allowed one late programming assignment for the quarter. If you use this as your late assignment, it is due at the start of the final exam.

Grading Criteria

50 points maximum