while (y < 400) {. text(message, 30, y);. y += 20;. } /* Three Loop questions: 1. What do I want to repeat? -> The text function with the message!
確定! 回上一頁