Purchase Solution

Data Structure: A Java Program for Calculating Grades

Not what you're looking for?

Ask Custom Question

Write a java program using ArrayList to allow the professor to enter student's name, his or her's four test scores, then display each student's average score and letter grade. The program should give professor option of type in "C" , meaning continue, to finish input student information. Display each student's average test score and letter grade. Submit the source code and screen shot.

Based on the program in the first assignment. Drop each student's lowest score first before calcuting their average test scores. Submit the source code and screen shot.

Purchase this Solution

Solution Summary

This solution provides a Java program that calculates a student's grade.

Solution Preview

This solution uses two java classes. The first java class represents
a student. A student has a name and four test scores. The student
class provides a ...

Purchase this Solution


Free BrainMass Quizzes
C++ Operators

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

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

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.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Javscript Basics

Quiz on basics of javascript programming language.