Answered step by step
Verified Expert Solution
Question
1 Approved Answer
CS 1 1 6 Programming Fundamentals for Computer Science Lab # 3 B Objectives To learn to code, compile and run a program containing SELECTION
CS Programming Fundamentals for Computer Science Lab #B
Objectives
To learn to code, compile and run a program containing SELECTION structures
Assignment
Write a program to calculate fees that must be paid by a student at a State university using the following values:
Each semester unit $
Regular room charge per semester $
Air conditioned room $
Food charge for the semester $
Matriculation fee all students $
Diploma fee if graduating student $
Input student ID number one integer containing four digits the type of room regular or air conditioned units,
and whether or not the student is graduating. Output an itemized list of student fees and a total of the student
fee owed. Check for students taking more than units and students taking fewer than units. Output a
message to students enrolled in more than units this is not allowed, do not process this data or fewer than
units warn them that they are not full time students but do process this data
Input
T
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started