Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. {
  2. var USD = double.Parse(Console.ReadLine());
  3. var BGN = USD * 1.79549;Math.Round(BGN, 2);
  4. Console.WriteLine(Math.Round(BGN,2));
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement