count = 0;
while(count < 10){
scanf(\"%d\", &input[count]);
if(input[count]<0 || 100<input[count]) continue;
else if(input이 숫자가 아닐 때) continue;
else count++;
}
while(count < 10){
scanf(\"%d\", &input[count]);
if(input[count]<0 || 100<input[count]) continue;
else if(input이 숫자가 아닐 때) continue;
else count++;
}
골조는 이해했슴다! 인풋카운트를 아직 안배워서 쓰면안되겠지만 - dc App
배열안배웠으면 일반 변수사용하면 되지 뭔 핑계를 이래 되는거냐
아니 그래서 인풋카운트는 안쓴다구영.. 골조 이해했다니까 ... - dc App