Question: Help me fix my web development code It seems right and have no errors but im still getting a 0 Bookmarks Window Help Wed Sep

Help me fix my web development code
It seems right and have no errors but im still getting a 0 Bookmarks
Window
Help
Wed Sep 188:20
verbose-system-q79w5vqv5px63944w.github.dev
student [Codespaces: verbose system]
Welcome
DebugTwo3.cs
DebugTwo3.cs
8
10{
12 string noursAsstring, rateAsstring;
13 double hours, rate;
14 double gross, withholding, net;
15 Write("Enter the number of hours you worke
16 hoursAsString = ReadLine();
17 Write("Enter your hourly rate ");
18 rateAsString = ReadLine();
19 hours = Convert. ToDouble(hoursAsString);
20 rate = Convert. ToDouble(rateAsString);
21 gross = hours + rate;
22 withholding = gross * WITHHOLDING_RATE;
23 net = gross ** withholding
24 Writeline("You worked {0} hours at {1} per
25 hours, rate.ToString("C", CultureInfo. GetCul
26 WriteLine("Gross pay is {0}", gross.ToStri
27 Writeline("Withholding is {0}", withholdin
28 WriteLine("Net pay is {0}", net.ToString("
\table[[29,}],[30,]]
31
impanion
ICODESPACE...
gTwo3.cs
How to Use the Code Editor
Select the "Run Code" button to execute the program.
Select the "Calculate Grade" button to generate a sc on the completed tasks.
Continue to modify, run, and calculate your code un happy with the grade.
Select the "Submit" button to turn in the assignmeI instructor.
The program DebugTwo3.cs has syntax and/or logic Determine the problem(s) and fix the program.
1
PORTS
1
TERMINAL
@tateanam .../9780357429235_farrell-c-sharp-0b08421e-4448-4284-bda0-b23ed002a8c0/chapter2/de03/student (template) $ dotne
t run project "/workspaces/9780357429235_farrell-c-sharp-0b08421e-4448-4284-bda0-b23ed002a8c0/chapter2/de03/student/Debug
Two3. csproj"
Enter the number of hours you worked this week
Layout: U.S.
Search or enter website name
kmarks
Window
Help
Wed Sep 188:35
verbose-system-q79w5vqv5px63944w.github.dev
student [Codespaces: verbose system]
Welcome
C. DebugTwo3.cs
DebugTwo3.csqquadCheck: 2Test: Calculates pay case 2Reason: Unable to find '['You worked 45 hoursEnter the number of hours you worked this weekGross pay is $72.50Withholding is $1,087.50Net pay is $78,843.75Error : AssertionError - Unable to find GrossTimestamp: 2024-09-1901:29:21.520300string hoursAsString, rateAsString double hours, rate;double gross, withholding, net;Write("Enter the number of hours you worke hoursAsString = ReadLine();Write("Enter your hourly rate >>");rateAsString = ReadLine();hours = Convert. ToDouble(hoursAsString);rate = Convert.ToDouble(rateAsString)gross = hours + rate;withholding = gross * WITHHOLDING_RATE; net = gross ** withholding;WriteLine("You worked {0} hours at {1} per hours, rate.ToString("C", CultureInfo.GetCu WriteLine("Gross pay is {0}", gross.ToStri WriteLine("Withholding is {0}", withholdin WriteLine("Net pay is {0}", net. ToString("PROBLEMSOUTPUTDEBUG CONSOLETERMINALPORTS(1)Your current grade is: 0.00%
RUN DEBUGTWO3.CS
CALCULATE GRADE
@tateanam .../9780357429235_farrell-c-sharp-0b08421e-4448-4284-bda0-b23ed002a8c0/chapter2/de03/student (template) $ Enter the number of hours you worked this week
bash
Program O...
Search or enter website name
Help me fix my web development code It seems

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!