logo

Crowdly

// <![CDATA[ var sone, ulObj; sone = rekursioon_soned[Math.floor(Math.random...

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

// <![CDATA[

var sone, ulObj;

sone = rekursioon_soned[Math.floor(Math.random()*rekursioon_soned.length)];

ulObj = new Object();

ulObj.arg = "\"" + sone + "\"";

ulObj.funktsioon = tag1();

document.write(mis_ekraanil(ulObj));

// ]]>

Mille prindib järgmine funktsioon sisendil "INFORMATSIOON"?

def tag(sõne):

if len(sõne) == 0:

return

print(sõne[0], end=' ')

tag(sõne[1:])

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!