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 Хаги_ваги_и_Леон | |
| { | |
| internal class Program | |
| { | |
| private static readonly Random rnd = new Random(); | |
| static void Main(string[] args) | |
| { |
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 Угадай_число | |
| { | |
| internal class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| int userInput; | |
| int number; |
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 Тренировка_устного_счета | |
| { | |
| internal class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| int userInput; | |
| int multiply; |
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 Игральная_кость | |
| { | |
| internal class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| int userInput; | |
| bool isOpen = true; |
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 Время_года | |
| { | |
| internal class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| string userInput; | |
| bool isOpen = true; |
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 CyberBonch | |
| { | |
| internal class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| int userInput; | |
| int userInput2; |
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 Сумма_нечетных_чисел | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| int sum = 0; |
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 Калькулятор | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| int firstNumber; | |
| string userOperator; |
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 Ок | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| int userInput; |
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 Тамагочи | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| int wash = 20; | |
| int getDrunk = 20; |
NewerOlder