Asked by Anonymous
                Write a C program that allow the user to enter sales from 10 sales reps
            
            
        Answers
                    Answered by
            oobleck
            
    If using integer values,
int i,a[10];
for(i=0 ; i<n ; i++) {
scanf("%d",&a[i]);
}
There are many many code snippets for C online. Whatever you want to do, someone has done it already.
    
int i,a[10];
for(i=0 ; i<n ; i++) {
scanf("%d",&a[i]);
}
There are many many code snippets for C online. Whatever you want to do, someone has done it already.
                                                    There are no AI answers yet. The ability to request AI answers is coming soon!
                                            
                Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.