This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| namespace Test | |
| { | |
| public class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| Console.WriteLine("Введите текст для вывода: "); | |
| string message = Console.ReadLine(); | |
| Console.WriteLine("Сколько раз повторить это сообщение?"); |