помогите пожалуйста исправить код срочно!!
ForegroundColor text = ConsoleColor.Red;
int myProgrammName = "Крутая прога от меня!";
string = "Чтобы она заработала, нужно дорого заплатить."
int cost = "15 000";
currency = "$";
Console.Title = "myProgrammName";
Console.WriteLine("string");
Console.ForegroundColor = text;
Console.Write(cost);
Console.ResetColor();
Console.WriteLine(curency);
int cost = 15.5;
Console.WriteLine("...");
Console.ReadLine();
Console.Write("Ну или хотя бы ");
text = Green;
Console.ForegroundColor = text;
Console.WriteLine(сost);
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2025 SCHOLAR.TIPS - All rights reserved.