using System; //Leave this here
byte x =15;
short y =-124;
int z =-123778;
long j =-778990;
sbyte k =-115;
ushort p =10575;
uint s =443;
ulong u =615;
float number1 =4.7754f;
double number2 =1.8876;
number3=3.5567m;
char a ='A';
string name ="Andrea";
bool on=true;