logo

Crowdly

Millised read väljastatakse ekraanile? int a = 0; try {    System.out.pri...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Millised read väljastatakse ekraanile?

int a = 0;

try {

   System.out.println("Üks");

   a = 1/1;

   System.out.println("Kaks");

} catch (Exception e) {

   System.out.println("Kolm");

   a = 1/0;

   System.out.println("Neli");

} finally {

   System.out.println("Viis");

}

System.out.println("Kuus");

0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.ut.ee?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!