Question: Need in C# Please. Create and use the following value-returning methods in the application: - CalcStayCharges - Calculates and returns the base charges for the

Need in C# Please.
Create and use the following value-returning methods in the application: - CalcStayCharges - Calculates and returns the base charges for the hospital stay. This is computed 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. Display all amount using currency sign using labels or ListBox. If the hospital days was entered as 0 , then hospital charges should be shown as zero. Also display the status before displaying all charges as "In-patient" or "Out-patient
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
