Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Done in Visual Studio for Visual Basic 2. Hospital Charges Create an application that calculates the total cost of a hospital stay. The application should

Done in Visual Studio for Visual Basic

image text in transcribedimage text in transcribedimage text in transcribed

2. Hospital Charges 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, as an integer 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. The application's form should resemble the one shown in Figure 6-23 D Figure 6-23 Hospital Charges form The hospital charges $350 per day. The application's form should resemble the one shown in Figure 6-23D Figure 6-23 Hospital Charges form Hospital Charges Length of Stay (Days) Medication 750.00 Surgical Charges 2500.00 Lab Fees 1000.00 Physical Rehab1500.00 Total Cost: $6,800.00 Calculate Charges Clear Form Exit Create the following functions Calculates and returns the base charges for the hospital stay. This is computed as $350 times the number of days in the hospital. Calculates and retums the total of the medication, surgical, lab, and physical rehablitation charges. Calculates and returns the total charges Calestaycharges CalcMisecharg CalcTotalchargea validateinputrields 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

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

Entity Alignment Concepts Recent Advances And Novel Approaches

Authors: Xiang Zhao ,Weixin Zeng ,Jiuyang Tang

1st Edition

9819942527, 978-9819942527

More Books

Students also viewed these Databases questions

Question

Different formulas for mathematical core areas.

Answered: 1 week ago

Question

3. List ways to manage relationship dynamics

Answered: 1 week ago