for和while 都是循环 ,要是知道 循环次数 可以 用for,要是不知道循环的次数,但是知道循环的终止条件 , 则用while.
for在确定循环次数的时候用,while在不确定循环次数的时候用