public static void Main()
while(b != "stop" && b != "Stop")
Console.WriteLine("Please enter an amount in USD.");
decimal usd = decimal.Parse(Console.ReadLine());
decimal B = usd*12.4061M;
Console.WriteLine("You have " +usd.ToString("##.##")+ " USD which converts to " +A.ToString("##.##")+ " Euros.");
Console.WriteLine("You have " +usd.ToString("##.##")+ " USD which converts to " +B.ToString("##.##")+ " Seychelles");
Console.WriteLine("You have " +usd.ToString("##.##")+ " USD which converts to " +C.ToString("##.##")+ " Pound sterling");
Console.WriteLine("You have " +usd.ToString("##.##")+ " USD which converts to " +D.ToString("##.##")+ " Poland Zloty");
Console.WriteLine("You have " +usd.ToString("##.##")+ " USD which converts to " +E.ToString("##.##")+ " Panamanian balboa");
Console.WriteLine("You have " +usd.ToString("##.##")+ " USD which converts to " +F.ToString("##.##")+ " New Taiwan dollar");
Console.WriteLine("You have " +usd.ToString("##.##")+ " USD which converts to " +G.ToString("##.##")+ " Libyan Dinar");
Console.WriteLine("You have " +usd.ToString("##.##")+ " USD which converts to " +X.ToString("##.##")+ " Jordinian Dinar");
Console.WriteLine("You have " +usd.ToString("##.##")+ " USD which converts to " +Y.ToString("##.##")+ " Iceland krona");
Console.WriteLine("You have " +usd.ToString("##.##")+ " USD which converts to " +Z.ToString("##.##")+ " Georgian Lari");
Console.WriteLine("Would you like to run the program again? y/n");
Console.WriteLine("Type “stop“ to end the program");