Ask a New Question

Asked by Anonymous

Write a C program that allow the user to enter sales from 10 sales reps
4 years ago

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.
4 years ago

Related Questions

Y= AX + B Write a program for the calculator which: • Generates and displays suitable integer... I have to write program for a dice game and use a boolean variable in the application class of the d... Write a top down program to calculate the velocity and the height of a ball of mass m thrown at mars... Write the program that will calculate and display the career statistics for a hockey player. The pro... write a program C++ program and Use a recursive function that finds the n-th term using the followin... using c++ write a program that accepts the unit weight of a bag of coffee in pounds and the number o... 4.Write a program that will predict the size of a population of organisms. The program should ask fo... Write a C++ program that will accept the marks in a test for a group of 5 students 2. Write a program to let the user capture personal details : names, address, telephone, age, city,... write a c++ program out put of 1 3 5 7 9
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use