Question: This is with VISUAL STUDIO and C# Code using: C# Windows Forms App (NET Framework) Visual C# Exercise 1-3: Total cost Create a form, TotalCost,
This is with VISUAL STUDIO and C# Code
using: 

C# Windows Forms App (NET Framework) Visual C# Exercise 1-3: Total cost Create a form, TotalCost, within a project named Exercises_Chl, to let the user enter the labor and material costs of a job into two TextBoxes, and display the subtotal, sales tax, and total as follows: Total Cost with ListBox Cost of Labor Material: 75.95 Subtotal $321.50 Sales tax $19.29 Total cost $340.79 245.55 Compute Cost Clear Exdt Use a try-catch statement to catch unexpected errors, like a missing data item. Use a constant for sales tau rate (6%). Subtotal labor cost + material cost. Total cost is the sum of subtotal and sales tax
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
