✅ 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 z=0;
if (x > 5) then
{
z = 1;
}
print (z)
}
untuk test case x = 3 maka statement coverage adalah 100%
Select one:Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!