Моя первая консольная программка в C#)
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Здравствуйте!!! Сейчас мы будем составлять мини-досье");
Console.WriteLine("Ваша Фамилия, Имя, Отчество?");
Console.ForegroundColor = ConsoleColor.Cyan;
String a;
a = Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("У вас есть псевдоним? Если да, то какой?");
Console.ForegroundColor = ConsoleColor.Cyan;
String w;
w = Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Ваша дата рождения?");
Console.ForegroundColor = ConsoleColor.Cyan;
int b;
b = Convert.ToInt32(Console.ReadLine());
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Ваш знак зодиака?");
Console.ForegroundColor = ConsoleColor.Cyan;
String c;
c = Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Где Вы родились?");
Console.ForegroundColor = ConsoleColor.Cyan;
String d;
d = Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Ваша национальность?");
Console.ForegroundColor = ConsoleColor.Cyan;
String e;
e = Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Вы состоите в какой-нибудь полит.партии? Если да, то в какой?");
Console.ForegroundColor = ConsoleColor.Cyan;
String f;
f = Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Какой религии Вы придерживаетесь?");
Console.ForegroundColor = ConsoleColor.Cyan;
String g;
g = Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Место вашей работы?");
Console.ForegroundColor = ConsoleColor.Cyan;
String h;
h = Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Занимаемая должность?");
Console.ForegroundColor = ConsoleColor.Cyan;
String j;
j = Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Адрес Вашего места жительства?");
Console.ForegroundColor = ConsoleColor.Cyan;
String m;
m = Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Ваш контактный телефон?");
Console.ForegroundColor = ConsoleColor.Cyan;
String l;
l = Console.ReadLine();
Console.WriteLine();
Console.ForegroundColor = ConsoleColor.DarkBlue;
Console.BackgroundColor = ConsoleColor.Yellow;
Console.WriteLine("Ваше досье");
Console.ResetColor();
Console.ForegroundColor = ConsoleColor.Green;
Console.WriteLine("Ф.И.О: " + a + Environment.NewLine +
"Псевдоним: "+ w +Environment.NewLine +
"Дата рождения: " + b +Environment.NewLine+
"Знак зодиака: "+c+Environment.NewLine+
"Место рождения: " + d +Environment.NewLine+
"Национальность: "+e+Environment.NewLine+
"Член полит.партии: "+f+ Environment.NewLine+
"Религия: "+g+Environment.NewLine+
"Место работы: "+h+Environment.NewLine+
"Должность: "+j+Environment.NewLine+
"Место жительства: "+m+Environment.NewLine+
"Телефон: "+l+Environment.NewLine);
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Для выхода нажмите Enter");
Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Здравствуйте!!! Сейчас мы будем составлять мини-досье");
Console.WriteLine("Ваша Фамилия, Имя, Отчество?");
Console.ForegroundColor = ConsoleColor.Cyan;
String a;
a = Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("У вас есть псевдоним? Если да, то какой?");
Console.ForegroundColor = ConsoleColor.Cyan;
String w;
w = Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Ваша дата рождения?");
Console.ForegroundColor = ConsoleColor.Cyan;
int b;
b = Convert.ToInt32(Console.ReadLine());
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Ваш знак зодиака?");
Console.ForegroundColor = ConsoleColor.Cyan;
String c;
c = Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Где Вы родились?");
Console.ForegroundColor = ConsoleColor.Cyan;
String d;
d = Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Ваша национальность?");
Console.ForegroundColor = ConsoleColor.Cyan;
String e;
e = Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Вы состоите в какой-нибудь полит.партии? Если да, то в какой?");
Console.ForegroundColor = ConsoleColor.Cyan;
String f;
f = Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Какой религии Вы придерживаетесь?");
Console.ForegroundColor = ConsoleColor.Cyan;
String g;
g = Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Место вашей работы?");
Console.ForegroundColor = ConsoleColor.Cyan;
String h;
h = Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Занимаемая должность?");
Console.ForegroundColor = ConsoleColor.Cyan;
String j;
j = Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Адрес Вашего места жительства?");
Console.ForegroundColor = ConsoleColor.Cyan;
String m;
m = Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Ваш контактный телефон?");
Console.ForegroundColor = ConsoleColor.Cyan;
String l;
l = Console.ReadLine();
Console.WriteLine();
Console.ForegroundColor = ConsoleColor.DarkBlue;
Console.BackgroundColor = ConsoleColor.Yellow;
Console.WriteLine("Ваше досье");
Console.ResetColor();
Console.ForegroundColor = ConsoleColor.Green;
Console.WriteLine("Ф.И.О: " + a + Environment.NewLine +
"Псевдоним: "+ w +Environment.NewLine +
"Дата рождения: " + b +Environment.NewLine+
"Знак зодиака: "+c+Environment.NewLine+
"Место рождения: " + d +Environment.NewLine+
"Национальность: "+e+Environment.NewLine+
"Член полит.партии: "+f+ Environment.NewLine+
"Религия: "+g+Environment.NewLine+
"Место работы: "+h+Environment.NewLine+
"Должность: "+j+Environment.NewLine+
"Место жительства: "+m+Environment.NewLine+
"Телефон: "+l+Environment.NewLine);
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("Для выхода нажмите Enter");
Console.ReadLine();
Комментариев нет:
Отправить комментарий
Примечание. Отправлять комментарии могут только участники этого блога.