เฉลยแบบฝึกหัด Learn to Code 1
บทที่ 6 While Loops
แบบฝึกหัด You're Always Right
โจทย์ Use any coding construct and pattern you like!
คำแปล จงใช้โครงสร้างและรูปแบบการเขียนโค้ดที่คุณชอบ
เฉลย
while !isOnGem {
while !isBlocked {
moveForward()
if isOnClosedSwitch {
toggleSwitch()
}
}
turnRight()
}
collectGem()
ขอบคุณภาพจาก Swift Playgrounds
-- ดีบี --