Advertisement
zanshin0

Untitled

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