Ask Experts Questions for FREE Help !
Ask
    jamesflowers14's Avatar
    jamesflowers14 Posts: 1, Reputation: 1
    New Member
     
    #1

    Dec 8, 2012, 10:02 PM
    Java Lab Help
    I am currently in a beginners Java Programming course and am having trouble with this homework problem. If someone has any input on the question please post your thoughts. Thanks.

    Java Illuminated 3rd edition Chapter 11 #59

    Design a class that calculates statistics on data in a file. We expect the file to contain grades represented by integer values, one per line. If you encounter a value that is not an integer, you should throw an exception, print a message to the console, skip that value, and continues processing. Store the grades that you read in an ArrayList so that all the grades are available for retrieval. You should also have, as a minimum, methods that return the grade average, the highest grade, the lowest grade, and ones that return all the grades as an array of letter grades. Test your class with a client class.

Check out some similar questions!

My lab is 11 month old lab is scared of the stairs [ 3 Answers ]

I have an 11 month old lab that is scared of the stairs the reason is he broke his leg on the stairs on my deck when he was 10 weeks old I have tried treats on each stair his favorite toy he will go up with a push on the butt but will not go down he even shakes when I carry him down the stairs to...

Java [ 2 Answers ]

Write a program that converts 10, 50, and 100 kilograms to pounds

Something about java [ 1 Answers ]

Halo, I want to ask something about java question, some question had confuse, I need some hints, someone help me please, thank you! Calculate the value of π from the infinite series. Π = 4 – 4/3 +4/5 - 4/7 + 4/9 - 4/11 + …… Print a table that shows the value of π using...

About java [ 1 Answers ]

While using a predefined class we should import the packages like import java.io.*,but I have used the predefined class System.out.print without importing any package.. how is it possible.. and how does it works?

By using vc++ or java? [ 1 Answers ]

Hi, I want to make image processing application.which programming language I should use? Either vc++ or java or anything else? Please guide me early.


View more questions Search
 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.