public static void Main()
Console.WriteLine("ادخل مبلغ من الدولارات");
D=double.Parse(Console.ReadLine());
Console.WriteLine("ادخل سعر الدولار الواحد");
P_d=double.Parse(Console.ReadLine());
Console.WriteLine("The dollar amount in shekels is:{0} The price of one dollar is:{1}",b1,b2);