Aufgabe 2

Welche der folgenden Deklarationen sind in Java erlaubt?

Deklaration

janein
int a = -23;
int b = 'a';
int c = 34.2;
short d = 500;
short e = 23345533;
byte f = 129;
byte g = -0;
float h = 1424124f;
float i = 5728475782984905872938475982345.9123f;
double j = 1822834898293809480293840982039480298520938453409865.0;
double k = 128;
double l = 'e';