注意:此页面搜索的是所有试题
题目内容
(国家开放大学软件工程)
设计下列伪程序的判定覆盖测试用例。
if (a>10) then
x=10
else
x=1
end if
if(b>10)and (t<3) then
y=20
else
y=2
end if
if(c>15) then
z=30
else
z=3
end if
if (a>10) then
x=10
else
x=1
end if
if(b>10)and (t<3) then
y=20
else
y=2
end if
if(c>15) then
z=30
else
z=3
end if
参考答案