There are 3 types of loops: while loop do-while for loop. while Loop while(condition){ //execute some code
確定! 回上一頁