Question: Debugging Exercise 43 Instructions COM The file DebugFour3.cs has syntax and/or logical errors. Determine the problems) and fix the program Grading When you have completed
Debugging Exercise 43 Instructions COM The file DebugFour3.cs has syntax and/or logical errors. Determine the problems) and fix the program Grading When you have completed your program, click the Submit button to record your score. Debug Four3.cs CONCORSO using Systen. Globalization class Debugfour 10 11 static void main() { 13 Int credits, year string InputString: 13 double tuition: const int LOWCREDITS - 123 17 const int HIGHCREDITS - 153 const double HOURFEE - 10.00; const double DISCOUNT 9153 const double FLAT - 100.00 21 const double RATE 10.00 22 const int SENIORYEAR- 23 writeLine("How any credit) 24 InputString - en: credits - Convert.To(inputStrine) teine("Year in school) 22 InputString - toin() year - Convert.Toint (inputStrine) if(credits LOWCREDITS) tuition - HOUNE credits else 1 (credits c HIGHCREDITS tuition - FLAT: 35 tuition - FLAT. (credits - MICROTTS) RATE: If year - SENIORVER) tution - tuition (tuition DISCOUNT): WriteLine("For year (o), with credits", year. credits: WriteLine("Tuition to col". tuition lastric culturenfocetCateten.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
