Advertisement
IvanITD

01.USDtoBGN

Jan 14th, 2024
517
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.12 KB | Source Code | 0 0
  1. double number = double.Parse(Console.ReadLine());
  2.  
  3. double convert = number * 1.79549;
  4.  
  5. Console.WriteLine(convert);
Tags: C#
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement