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 | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| int arrayStrings = 3; | |
| int arrayColumns = 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; | |
| internal class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| int depth = 0; | |
| var count = 0; | |
| int maxDepth = 0; | |
| char openBracket = '('; |
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 | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| const string ComandSkillPiercingTheHeavens = "1"; | |
| const string CommandSkillHeavensBlessing = "2"; |
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 | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| int number; | |
| int minNumber = 1; |
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 | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| int number; | |
| int startRandom = 1; |
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 inputUserPassword; | |
| int passwordEntryAttempts = 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 inputUserName; | |
| char symbols; |
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) | |
| { | |
| const string CommandChangeUsername = "1"; | |
| const string CommandChangePassword = "2"; |
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) | |
| { | |
| const string CommandBuyRublesForDollars = "1"; | |
| const string CommandBuyRublesForEuro = "2"; |
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 number; | |
| int randomNumberMin = 0; |