Introduction:

As a competent programmer, your understanding of control structures, your ability to design and develop algorithms, and your proficient use of data structures will help you design and develop applications to meet customer requirements. The following project will help you apply these skills in a familiar, real-world scenario.

Scenario:

You have been assigned by a national online university to create a graduation planner for its undergraduate students. The university operates with six-month terms and charges a flat tuition rate of $2,890 per term. Undergraduate students must enroll for a minimum of 12 competency units (CUs) per term. They have asked that the graduation planner meet the following minimum requirements:

Inputs

  • Number of CUs for each individual course remaining in the degree program
  • Planned number of units to complete per term

Outputs

  • Accurate number of terms to completion based on input data (rounded up to the nearest terms)
  • Accurate tuition cost based on number of terms to completion
  • Accurate number of months to completion based on input data

Project Requirements:

Note: Submit all .java and .class files in one zipped folder.

Create a graduation planner program that meets the universitys minimum requirements.

Include the following design requirements:

  • array, ArrayList, or map
  • assignment operator
  • data types
  • math operators (e.g., modulus)
  • printf, println, or print
  • variables

Include at least one of the following programming structures:

  • if statement(s)
  • logical operators
  • while loop

Include input validation to check for negative values, prompting users to re-enter values if negative.

Display the results to the user in a readable and descriptive format (e.g., System.out).

Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.