namespace TARGETA_DE_CREDITO
public static void Main()
Console.WriteLine("ASIGNAR SUELDO ");
S = int.Parse(Console.ReadLine());
Console.WriteLine("SUELDO:${0} MONTO DE CREDITO 40% : ${1} ",S ,Da);
if ((S > 300 && S < 700))
Console.WriteLine("SUELDO:${0} MONTO DE CREDITO 65% : ${1} " ,S ,Db);
Console.WriteLine("SUELDO:${0} MONTO DE CREDITO 80% : ${1} ",S ,Dc);
Console.WriteLine("Presiona una tecla");Console.ReadLine();