Created
May 8, 2022 10:43
-
-
Save ghostofgamer/e8af885f8ec64cb7a66f7b30ea7427a6 to your computer and use it in GitHub Desktop.
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
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