Найти тему
Gonnie

Исходный код конветор доллар в рубли на C#

string a;

int b;

double c;

Console.WriteLine("Доллар:");

a = Console.ReadLine();

b = Convert.ToInt32(a);

c = b * 60.47;

Console.WriteLine(c + " рублей")