Advertisement
alekmilen

usd/bgn

Jan 23rd, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.20 KB | None | 0 0
  1. Console.WriteLine("Enter USD value :");
  2.             double a = double.Parse(Console.ReadLine());
  3.             double sum = a * 1.79549;
  4.             Console.WriteLine( Math.Round(sum, 2) + " " + "BGN");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement