Create an application that calculates the total cost of a hospital stay. The application should accept the following input:
– The number of days spent in the hospital
– The amount of medication charges
– The amount of surgical charges
– The amount of lab fees
– The amount of physical rehabilitation charges
The hospital charges $350 per day.
Create the following functions:
CalcStayCharges – Calculates and returns the base charges for the hospital stay. The is compound as $350 times the number of days in the hospital.
CalcMiscCharges – Calculates and returns the total of the medication, surgical, lab, and physical rehabilitation charges.
CalcTotalCharges – Calculates and returns the total charges.
ValidateInputFields – Checks the validity of the input fields by converting each to a numeric value and checking its range. If any input field is found to be invalid, this function displays an error message and returns a value of False.
Input Validation: Do not accept a negative value for length of stay, medication charges, surgical charges, lab fees, or physical rehabilitation charges.When displaying error messages, use a Label control and specifically name the missing field and the type of data to be entered (integer or numeric).
PSYC290N - Lifespan Development REFLECTION ASSIGNMENT Required ResourcesRead/review the following resources for this activity: Textbook:…
Unit VI Case Study Weight: 10% of course grade Grading Rubric Instructions Most would agree that…
Read the assigned article and answer the following questions. Be thorough and accurate in your responses. Create…
Please read the book The Little Prince by Antoine de Saint-Exupéry and make a book…
PlEASE ANSWER THE TWO PARTS IN TWO SEPARATE FILES. ITS TWO PARTS TO THIS QUESTION.…
PSYC290N - Lifespan Development Required ResourcesRead/review the following resources for this activity: Lesson Minimum of…