static System.Random random_generator = new System.Random();
public static void Main(string[] args)
string raptor_prompt_variable_zzyz;
raptor_prompt_variable_zzyz ="Introduzca los Litros de leche";
Console.WriteLine(raptor_prompt_variable_zzyz);
l= int.Parse(Console.ReadLine());
raptor_prompt_variable_zzyz ="Introduzca el precio por galón";
Console.WriteLine(raptor_prompt_variable_zzyz);
pg= double.Parse(Console.ReadLine());
Console.WriteLine("La paga será de"+ga);