Skip to content

Instantly share code, notes, and snippets.

@ghostofgamer
Created May 8, 2022 10:16
Show Gist options
  • Save ghostofgamer/8e6297b0b69be28530f811469d7ddd34 to your computer and use it in GitHub Desktop.
Save ghostofgamer/8e6297b0b69be28530f811469d7ddd34 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