Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Your C program for the following problem should run exactly as shown in the sample runs, including format and indentation. Name your .c file as

Your C program for the following problem should run exactly as shown in the sample runs, including format and indentation. Name your .c file as project2.c Your C program must include a switch statement (in addition to if/else statements) At Valence community college, a student can take up to two courses. The purpose of this assignment is to construct a fee invoice for a student. This requires the input of Students id as an integer and (up to) the two course numbers as integers. It costs 120.25 dollars per credit hour in addition to $35.00 charged for health and id services. Here is the list of all courses offered at Valence Community College: CRN Course Prefix Credit Hours 4587 MAT 236 4 4599 COP 220 3 8997 GOL 124 1 9696 COP 100 3 After inputting all the necessary data (see sample runs below), a fee invoice is printed to the screen when the data entered is valid. VALENCE COMMUNITY COLLEGE ORLANDO FL 10101 ************************* Fee Invoice Prepared for Student V5656 1 Credit Hour = $120.25 CRN CREDIT HOURS 4587 4 $ 481.00 4599 3 $ 360.75 Health & id fees $ 35.00 -------------------------------------- Total Payments $ 876.75

**the course number part has to be seperated by a dash. so if someone were to enter 4587-4599, it should all work correctly. here's a sample run**

Sample Run 2 Enter the Students Id: 5656 Enter how may courses taken (up to 2): 2 Enter the 2 course numbers separated by - :(like 2356-8954) 4587-4599 Thank you! PRESS ANY KEY TO CONTINUE . . . VALENCE COMMUNITY COLLEGE ORLANDO FL 10101 ************************* Fee Invoice Prepared for Student V5656 1 Credit Hour = $120.25 CRN CREDIT HOURS 4587 4 $ 481.00 4599 3 $ 360.75 Health & id fees $ 35.00 -------------------------------------- Total Payments $ 876.75

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Focus On Geodatabases In ArcGIS Pro

Authors: David W. Allen

1st Edition

1589484452, 978-1589484450

More Books

Students also viewed these Databases questions