Checkout
checkout
view
Your Cart Your Cart: item(s)
View Details $1.99 Download Add to Cart

Using Multidimensional Arrays and Vectors, write a program that generates report from a table of student grades.

A certain professor has a file containing a table of student grades, where the first line of the file contains the number of students and the number of scores in the table; each row of the table represents the exam scores of a given student and each column represents the scores on a given exam. The maximum possible score on each exam was 100 points. Write a program that, given the name of such a file, generates a report summarizing the overall percentage for each student and the average score on each exam.

Subject:

Computer Science

Topic:

Other

Posting ID:

31733

OTA ID:

103644

View Details $1.99 Download Add to Cart

Using Java Arrays and Vectors, write a program to generate the monthly sales report for an auto dealership company employing eight different salespersons who are selling ten different autos.

A certain auto dealership sells ten different models of autos and employs eight salespersons. A record of sales for each month can be represented by a table in which each row contains the number of sales of each model by a given salesperson and each column contains the number of sales by each salesperson for a given model. Write a program to produce a monthly sales report, displaying the monthly sales table in the form: SALESPERSON Model : 1 2 3 4 5 6 7 8 : Totals 1 2 3 4 5 6 7 8 9 10 Totals: As indicated, the report should also display the total number of autos sold by each salesperson and the total number ... click for more

Subject:

Computer Science

Topic:

Other

Posting ID:

31734

OTA ID:

103644

View Details $1.99 Download Add to Cart

Write a program to read this list of prices and the sales table and calculate the total dollar sales for each salesperson and the total dollar sales for all salespersons.

The prices for ten automobiles are as follows: 0 $17,450 1 $19,995 2 $26,500 3 $25,999 4 $10,400 5 $18,885 6 $11,700 7 $14,440 8 $17,900 9 $19,550 Given sales table: Salesperson Model: 1 2 3 4 5 6 7 8: Totals 1 0 0 2 0 5 6 3 0: 16 2 5 1 9 0 0 2 3 2: 22 3 0 0 0 1 0 0 0 0: 1 4 1 1 1 0 2 2 2 1: 10 ... click for more

Subject:

Computer Science

Topic:

Other

Posting ID:

31735

OTA ID:

103644

View Details $1.99 Download Add to Cart

Using Arrays in C, For a company which employs sales persons on a salary and commission basis, compute the total dollar sales, total commission and total income of each salespersons including commission and fixed salary.

A company has a product line that includes five items that sell for $100, $75, $120, $150, and $35. There are four salespersons working for this company, and the following report is for a given week: Salesperson Item Number 1 2 3 4 5 1 10 4 5 6 7 2 7 0 12 1 3 3 4 9 5 0 8 4 3 2 1 5 6 Write a program to: -Compute the total do... click for more

Subject:

Computer Science

Topic:

Other

Posting ID:

31737

OTA ID:

103644

View Details $1.99 Download Add to Cart

C++ Programming

Suppose a, b, and c denote the lengths of the sides of a triangle. Then the area of the triangle can be calculated using the formula: √s(s - a)(s - b)(s - c), where s = (1/2)(a + b + c). Design an algorithm that uses this formula to find the area of a triangle. What information do you need to find the area?

Subject:

Computer Science

Topic:

Other

Posting ID:

31853

OTA ID:

103642

Page generated in 0.1204 seconds

About Us ·  Contact Us ·  Samples ·  Solutions ·  Legal Terms and Conditions ·  Privacy Policy

©2008 SolutionLibrary.com

Search for Solutions About Us Samples