Skip to content

Instantly share code, notes, and snippets.

@ShamilAitov
Last active January 31, 2023 08:13
Show Gist options
  • Save ShamilAitov/95804afd79c15b8ae0c58c0cd1f44fd5 to your computer and use it in GitHub Desktop.
Save ShamilAitov/95804afd79c15b8ae0c58c0cd1f44fd5 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 УрокApp2
{
internal class Program
{
static void Main(string[] args)
{
uint sum;
decimal bankAccount;
float money;
string name;
char symbol;
bool motorcycleGoing;
int temperature;
double mathematics;
byte age;
ushort numberOfClients;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment