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
| using System; | |
| namespace program | |
| { | |
| class CSharp | |
| { | |
| static void Main(string[] args) | |
| { | |
| Console.WriteLine("видите первое число"); |
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
| using System; | |
| namespace C_Light | |
| { | |
| internal class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| sbyte skillBonus; | |
| short amountOfResources; |
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
| using System; | |
| namespace C_Light | |
| { | |
| internal class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| Console.WriteLine("Как вас завут!"); | |
| string employeeName=Console.ReadLine(); |
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
| using System; | |
| namespace C_Light | |
| { | |
| internal class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| int pictures = 52; | |
| int numberPerColumns = 3; |
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
| using System; | |
| namespace C_Light | |
| { | |
| internal class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| string name = "Sokolov"; | |
| string surname = "Maksim"; |
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
| using System; | |
| namespace C_Light | |
| { | |
| internal class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| int crystalCost = 25; | |
| Console.WriteLine("сколько у вас золота в сумке"); |
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
| using System; | |
| namespace C_Light | |
| { | |
| internal class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| int minutesConvection = 60; | |
| int patientAppointmentTime = 10; |
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
| using System; | |
| namespace C_Light | |
| { | |
| internal class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| int endPoind = 96; | |
| int step = 7; |
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
| using System; | |
| namespace C_Light | |
| { | |
| internal class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| int numberOfRepetitions; |
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
| using System; | |
| namespace C_Light | |
| { | |
| internal class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| bool isCloseProgram = false; | |
| string codeword; |
OlderNewer