Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Welcher der folgenden Ausdrücke ist korrekt, um einen long in einen int zu casten?
int longToInt = int 20L;
int longToInt = 20L(int);
int longToInt = 20L;
int lontToInt = (int)20L;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!