using System;
public class Program
{
public static void Main()
//Obed Hinojosa Enriquez
int salary = 0;
int hours ;
int payh = 15;
Console.WriteLine("How many hours do you work?");
salary = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("What is your salary?");
}