Visual Basic Assignment
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 […]