// C# syntax
// Login and Fork to a new fiddle.
// Add code lines under each direction.
// Calculate the overtime
// Hit Save.
// Copy your fiddle link and submit it into the Blackboard assignment.
using System;
public class Program
{
public static void Main()
Console.WriteLine("ASP.Net 1-2");
double dblHoursWorked = 43.5;
// Create an if statement that checks the variable to see if the hours is over 40.
// If so, Display "Regular Hours Worked : 40, Overtime Hours Worked: 3.5"
// If not, Display "Regular Hours Worked : <variable value>"
}