any differences between “while(true) { code }” and “for(int i = 0; i < n; i++) { code }" supposed I have this code