logo

Crowdly

Câte cifre va afișa acest cod? DECLARE @Temp int SET @Temp = 0 WHILE @Temp < 3 ...

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

Câte cifre va afișa acest cod?

DECLARE @Temp int

SET @Temp = 0

WHILE @Temp < 3

BEGIN

PRINT @Temp

SET @Temp = @Temp + 1

END

Raspunsul  scriți în cifre.

More questions like this

Want instant access to all verified answers on moodle2.ceiti.md?

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