Home /
Expert Answers /
Computer Science /
is2324-programming-assignment-3-workshop-selector-the-following-table-shoves-a-training-company-pa788
(Solved):
IS2324 - Programming assignment 3. Workshop Selector The following table shoves a training company ...
IS2324 - Programming assignment 3. Workshop Selector The following table shoves a training company's workshops, the number of days of each, and their regiscration fees. The training company conducts its workshops in the six locations shown in the following cable. The table also shows the lodging fees per day at each focation. \( \begin{array}{ll}\text { tocation } & \text { Lodging Fees per Day } \\ \text { Austin } & \$ 150 \\ \text { Chicago } & \$ 225 \\ \text { Dallas } & \$ 175 \\ \text { OrIando } & \$ 300 \\ \text { Phoenix } & \$ 175 \\ \text { Raleigh } & \$ 150\end{array} \) When a customer registers for a workshop, he or she must pay the registration fer arrend the Supervision Skills workshop in Oxiando: Registratione \( \$ 1,500 \) Lodging: \( 5300 \times 3 \) days \( =\$ 900 \) Total \( \$ \$ 2,400 \) Create an application that lets the usex select a workshop from one Listpox and a locacion from anothex Listibox. When the usex clicks a button, the application should calculate and display the registration cost, the lodging cost, and the total cost. Downioad Free .NET \& JAVA FIles API Try Free Flle Format APIs for Word/Excel/PDF When converting values in C\###, we have three options: Parse, Convert, and TryParse. My suggestion would be to use which method based on where the conversion is taking place. If you are validating input, an int parse or a convert will allow you to give specific error messages. I am giving you a short example of int.TryParse:- Q1. [pub1ic static void Main(string[] args) f string str \( ={ }^{*}{ }^{*} \) int intstr; bool intResultTryParse \( = \) int.TryParse(str, out intstr); if (intResultTryparse \( = \) true)