Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help with my project for c++. I cant seem to get anything right on it Focus: The purpose of this project is to

I need help with my project for c++. I cant seem to get anything right on it
image text in transcribed
image text in transcribed
Focus: The purpose of this project is to comprehensively bring together all of the things that you have learned so far from Modules I and 2. The project focuses on the different parts of a program, variables, arithmetic operations, and output formatting. Instructions: For this project you are going to be working with information that you are familiar with, a class schedule, billing statement, and of course the concepts to writing a program that you have learned this far. You will be writing a program that will ask the user to input four pieces of information: 1. Their first name 2. Their last name 3. Their student ID number. Only the numbers after any leading 0 's. 4. The amount of a scholarship Your program will provide a display where it will show where the user has been asked for the information, followed by a statement that will display the information entered as a confirmation statement on the screen, then a list of classes will be presented with the number of credit hours for each class and the overall enrollment at the bottom. Following the list of classes will be a billing statement. The billing statement will display the cost of tuition, the fees that are applied to a student's account, any scholarship(s) the student has received and the total of what the student has to pay. Both the list of classes and the billing statement should be displayed in a tabular format. You must use output formatting such as set-width, and alignment to create the tabular display. For dollar amounts that have to be shown, be sure that you have set your values to display two decimal places. The following information should be defined in your program: 1. The tuition per credit hour is $263.00. 2. The overall fees for a student's registration is $162.50 3. A minimum of three classes, one that is 1 credit hour, one that is 2 credit hour, and one that is 3 credit hours. a. You can use the information that is shown in the sample output or look up your own classes to use. b. Note that course prefix and numbers could be used more than once and should not change: i. The prefix of CS can be used in more than just one class. ii. The number 308 can be used in more than just one class (i.e. MA 308 , and ITE 308) * Think closely about how you should define, assign, and initialize variables for your program. You can use the sereenshot on the next page as reference to what your output may look like. Concepts to keep in mind: 1. Assign values to all constant variables that are associated with information that will NOT change. 2. The only information the user enters are: first name, last name, student ID number, amount of scholarship 3. Remember you are dealing with money therefore should only have 2 decimal places. 4. There will be points associated to the creativity of your display. You can follow the format that I have provided on the sample output to be sure that you implement the output formatting that is required. You may use escape characters, but points are associated to the output formatting commands and not the escape characters. 5. Do not use any other concept that we have not covered! Please enter your first nane, follewed by your last name, and your student ID number. Do not include the A or leading es in your Io. Jing Chen 123456 Did you receive a wholarship, if so please enter that anount or enter e. 2e9e Dear Jing Chen (123456) Thank you for entering your information, below is yoru class listing and bill for the Sprign 2ars samesto

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions