Skip to content

Instantly share code, notes, and snippets.

@ghostofgamer
Created May 8, 2022 10:43
Show Gist options
  • Save ghostofgamer/e8af885f8ec64cb7a66f7b30ea7427a6 to your computer and use it in GitHub Desktop.
Save ghostofgamer/e8af885f8ec64cb7a66f7b30ea7427a6 to your computer and use it in GitHub Desktop.
string name ;
string zodiacSign;
console.Write ("Как вас зовут? ");
name = console.RealLine();
console.Write ("какой ваш знак зодиака?");
zodiacSign = console.RealLine();
console.WriteLine("Вас зовут "+name+", вам 21 год, вы "+zodiacSign+" и работаете на заводе.");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment