Purchase Solution

Java program that will read and process customer order history

Not what you're looking for?

Ask Custom Question

I need some help making a file that Develop an application that will read and process customer history order information from a file. Each record of the text file contains a customer ID, order number, and total of order. An example book order file:

10051 1234567 150.00
10052 1234568 200.00
10051 1234569 120.00

The file can contain several entries for the same customer ID. Your application should accumulate the total spent for each customer as you read the order information from the file. The application should print total spent for each customer.

Purchase this Solution

Solution Summary

The expert examines a Java program that will read and process customer order history.

Purchase this Solution


Free BrainMass Quizzes
C++ Operators

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

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

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: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Javscript Basics

Quiz on basics of javascript programming language.