✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Perhatikan kode berikut:
Sub Prosedur1 (int x, int y)
{
int z;
if (x > 5) or (y<10) then
{
z = 1;
}
else
{
z=0;
}
print (z)
}
pilih test case yang memenuhi D/CC