logo

Crowdly

Browser

Add to Chrome

Perhatikan code berikut, dan pilih lah yang benar terkait code tersebut: s:=0;...

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

Perhatikan code berikut, dan pilih lah yang benar terkait code tersebut:

s:=0;

d:=0;

while (x<y) {

   if (x+y < 100)

        s:=s+x+y;

  else

        d:=d+x-y; 

    x:=x+3; 

   y:=y+2;

}

return 0;

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

Want instant access to all verified answers on ecourse.del.ac.id?

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

Browser

Add to Chrome