Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Mida on võimalik Java's teha int'iga?
Võrrelda Integer tüüpi muutujaga. Näiteks: (int) 200 == (Integer) 200
(int) 200 == (Integer) 200
Luua listi. Näiteks: List<int> myList = new ArrayList();
List<int> myList = new ArrayList();
Printida konsooli. Näiteks: System.out.println(7);
System.out.println(7);
Hoida komakohaga väärtust, ilma täpsust kaotamata. Näiteks: int a = 2.5;
int a = 2.5;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!