using System;
public class Program
{
public static void Main()
Console.WriteLine("Please enter your hourly wage.");
double x = ("you make 40 dollars a hour");
Console.Clear();
double y = x*40 F;
Console.WriteLine("If you work a full week you will earn 280 dollars")
}