Skip to content

Instantly share code, notes, and snippets.

View programmer8777's full-sized avatar

programmer8777

View GitHub Profile
@programmer8777
programmer8777 / Картинки
Last active January 16, 2025 13:32
задача ооп
using System;
namespace ConsoleApp2
{
internal class Program
{
static void Main(string[] args)
{
int totalImages = 52;
int picturesInRow = 3;
int totalRows;
using System;
namespace ConsoleApp2
{
internal class Program
{
static void Main(string[] args)
{
string name;
int age;
@programmer8777
programmer8777 / Переменные
Last active January 3, 2025 10:11
задача по ооп
using System;
namespace task_2
{
internal class Program
{
static void Main(string[] args)
{
int totalCoins = 255;
bool canBuy = true;