Skip to content

Instantly share code, notes, and snippets.

View padla1's full-sized avatar

ungern padla1

View GitHub Profile
Console.WriteLine("Здравствуйте, пройдите небольшую анкету!");
Console.Write("Как Вас зовут? ");
string name = Console.ReadLine();
Console.Write("Сколько Вам лет? ");
int age = Convert.ToInt32(Console.ReadLine());
Console.Write("Где Вы работаете? ");
string job = Console.ReadLine();
int age = 17;
bool goesToTheGym = true;
string name = "Паша";
float weight = 68.4f;
double height = 190;
uint moneyInBug = 0;
bool haveJob = false;
bool haveGirlFriend = true;
string favoriteGames = "Dota 2";
string favoriteSinger = "LAZZY2WICE";