Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Design a java program named GradeCount.java to read data from a gradebook (gradebook.txt contains grades only) and count how many students are in each of

Design a java program named GradeCount.java to read data from a gradebook (gradebook.txt contains grades only) and count how many students are in each of the following categories: 90 - 100 80 - 89 70 - 79 60 - 69 Below 60 And printout the number of students in each category. Here is sample output: Category No. of Students [90 - 100] 5 [80 - 89] 10 [70 - 79] 4 [60 - 69] 2 [<60] 1 Here is the sample data file: 82 100 88 90 56 76 67 60 2000 98 65 90 85 67 81 93 86 88B 87 70 88 78 84 76 81 89 

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intranet And Web Databases For Dummies

Authors: Paul Litwin

1st Edition

0764502212, 9780764502217

More Books

Students also viewed these Databases questions