logo

Crowdly

Mis väljastatakse konsooli, kui käivitada järgnev kood? String text ...

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

Mis väljastatakse konsooli, kui käivitada järgnev kood?

String text = "Tere tulemast!"

;

text = text.

substring(5, 9).toUpperCase()

;

System.

out.println(text);

String text = "Tere tulemast!";

text = text.substring(5, 9).toUpperCase();

System.out.println(text);

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

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

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