[ CnUnix ] in KIDS 글 쓴 이(By): BkRose (시나브로) 날 짜 (Date): 1995년01월15일(일) 14시54분09초 KST 제 목(Title): Help!!! C에 대해서 도와 주셨으면... 지금 혼자 C의 array를 공부 중인데 다음의 문제를 switch structure를 쓰지 말고 풀어 주셨으면 합니다. 질문) Write a C program (using an array of counters) that determines how many of the salespeople earned salaries in each of the following ranges (assume that each salesperson's salary is truncated to an integer amount): 1. $200-$299 2. $300-$399 3. $400-$499 4. $500-$599 5. $600-$699 6. $700-$799 7. $800-$899 8. $900-$999 9. $1000 and over |