jonka JAVIER TORRES PEREA 3 vuotta sitten
281
Lisää tämän kaltaisia
bool p = true; bool a = false;
char a='A'; char b='V'; char c='!';
decimal a = 5; decimal b = 30; decimal c = 12000;
double a = 5.5; double b = 30; double c = 30.0;
float a = 4.55555F; float b = -1.8521F; float c = 600.152F;
ulong a = 40000000; ulong b = 646334578; ulong c = 32356;
long a = 40000000; long b = 646334578; long c = -32356;
uint a = 1; uint b = 5; uint c = 30000;
int a=-1; int b=5; int c=30000
ushort a = 20; ushort b = 300; ushort c = 30000;
short a = 20; short b = 300; short c = -30000;
EJEMPLO
sbyte a = 30; sbyte b = 126; sbyte c = -120;
byte a=30; byte b=126; byte c=120;
RANGO DE VALORES
0 A 255