public static void Main()
Console.Write("Work hours \n");
Console.Write("How many hours did you work: ");
int x = Convert.ToInt32(Console.ReadLine());
Console.Write("Your total to pay is: {0}",y);
double z = (30 * 5) + (1.5 * 5 * m);
Console.Write("Your total to pay is: {0}",z);