ถ้าตาม Flow ด้านบนก็ If else ซ้อน If Else
ผมว่าถ้าวาด Flow Chart ได้ก็ได้หมดแล้วล่ะนะ
ช่วยนิดหน่อยเขียนเป็น Pseudo ให้
If input = condition1 then
if input = G,g then
print "green"
else if input = R,r then
print "red"
else if input = Y,y then
print "yellow
end if
else
Exit Program
End if
ถ้าตาม Flow ด้านบนก็ If else ซ้อน If Else
ผมว่าถ้าวาด Flow Chart ได้ก็ได้หมดแล้วล่ะนะ
ช่วยนิดหน่อยเขียนเป็น Pseudo ให้
If input = condition1 then
if input = G,g then
print "green"
else if input = R,r then
print "red"
else if input = Y,y then
print "yellow
end if
else
Exit Program
End if