Skip to content

Instantly share code, notes, and snippets.

@EntaltsevSN
Created September 18, 2023 19:58
Show Gist options
  • Save EntaltsevSN/30bd2cc85ceff84b4dc9c0751c673757 to your computer and use it in GitHub Desktop.
Save EntaltsevSN/30bd2cc85ceff84b4dc9c0751c673757 to your computer and use it in GitHub Desktop.
Hello People!
Console.Write("Введите своё имя: ");
string name = Console.ReadLine();
Console.WriteLine();
Console.Write("Введите свой возраст: ");
string age = Console.ReadLine();
Console.WriteLine();
Console.Write($"Благодарим, {name} ({age}), за введенную информацию! Очень важный спам будет отправляться вам на почту!");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment