Purchase Solution

In codeblocks (C not C++)

Not what you're looking for?

Ask Custom Question

Write a program that will read a list of student last names and three integer value scores in the range 0-100.
The names and scores should be stored in an array of the following data structures:

char[] - name
int[] - three test scores
double - student average

After reading in the data, the program should calculate the average for each student and store it in the appropriate field. The program should then sort the array by the students' last name and then print the last name and average (formatted nicely).

Purchase this Solution

Solution Summary

The expert writes a program that will read a list of students last names and three integer value scores.

Purchase this Solution


Free BrainMass Quizzes
Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Javscript Basics

Quiz on basics of javascript programming language.

Basic Networking Questions

This quiz consists of some basic networking questions.