Skip to content

Instantly share code, notes, and snippets.

@tsk-arh
tsk-arh / junior1
Last active January 4, 2024 10:12
ЗАДАНИЕ Переменные
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace junior1
{
internal class Program
{
@tsk-arh
tsk-arh / juniorstring
Created January 4, 2024 11:42
ЗАДАНИЕ Работа со строками
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace junior1
{
internal class Program
{
@tsk-arh
tsk-arh / junior1
Last active January 4, 2024 12:24
ЗАДАНИЕ Картинки
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace junior1
{
internal class Program
{
@tsk-arh
tsk-arh / junior1
Last active January 4, 2024 12:58
ЗАДАНИЕ Перестановка местами значений
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace junior1
{
internal class Program
{
@tsk-arh
tsk-arh / junior1
Last active January 5, 2024 08:18
ЗАДАНИЕ Магазин кристаллов
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace junior1
{
internal class Program
{
@tsk-arh
tsk-arh / junior1
Last active January 5, 2024 09:40
ЗАДАНИЕ Поликлиника
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApp4
{
internal class Program
{
@tsk-arh
tsk-arh / junior1
Last active January 5, 2024 10:20
ЗАДАНИЕ Освоение циклов
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApp4
{
internal class Program
{
@tsk-arh
tsk-arh / junior1
Last active January 7, 2024 08:17
ЗАДАНИЕ Контроль выхода
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApp4
{
internal class Program
{
@tsk-arh
tsk-arh / junior1
Last active January 9, 2024 08:09
ЗАДАНИЕ Последовательность
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApp4
{
internal class Program
{
@tsk-arh
tsk-arh / junior1
Last active January 9, 2024 11:57
ЗАДАНИЕ Сумма чисел
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApp4
{
internal class Program
{