Question: I'm not sure where to even start on this problem ogramming Exercise 2-5 Instructions ProjectedRaisesinteractive.cs+ Convert the ProjectedRaises class to an interactive application named ProjectedRaisesinteractive.

I'm not sure where to even start on this problem
ogramming Exercise 2-5 Instructions ProjectedRaisesinteractive.cs+ Convert the ProjectedRaises class to an interactive application named ProjectedRaisesinteractive. Instead of assigning40 1 using System; 2 using static Systen.Console; 3 class ProjectedRaisesInteractive 5 static void Main() /s values to the salaries, accept them from the user as input. const double RAISE 0.04; 8 double salary1 - 26000, salary2 38000, salary3 51000; 9 WriteLine("Next year's salary for the first enployee will be (o]", Output for each employee should be formatted similar to the following example for the first employee: Next year's salary for the first employee will be $26,000.00. RAISE). ToString"C")): (salary1 + salary1 (salary2 salary2 * RAISE).ToString("C")); (salary3 salary3 RAISE).ToString"c); 10 WriteLine"Next year's salary for the second enployee will be [o]", Note: The salary in the output will change depending on the user input. WriteLine("Next year's salary for the third enployee will be (oj", 12 13) 14 Grading When you have completed your program, click the Submit button to record your score
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
