Skip to content

Instantly share code, notes, and snippets.

@tsk-arh
Last active January 4, 2024 10:12
Show Gist options
  • Save tsk-arh/eecfcf3a3cb427ce51d3478b3e3d8ce0 to your computer and use it in GitHub Desktop.
Save tsk-arh/eecfcf3a3cb427ce51d3478b3e3d8ce0 to your computer and use it in GitHub Desktop.
ЗАДАНИЕ Переменные
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace junior1
{
internal class Program
{
static void Main(string[] args)
{
ushort tryNumber;
char secretKey;
int anyScores;
uint recordScores;
long scoresForRound;
ulong scoresForGame;
float lowAccuracy;
double highAccuracy;
string name;
bool isSexy;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment