Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

(5 points) Write a program named Gradebook. java that reads the final grades for a class The final grades are saved in a data file.

image text in transcribed

image text in transcribed

(5 points) Write a program named Gradebook. java that reads the final grades for a class The final grades are saved in a data file. After reading in the data calculate average grade for the whole class, find the lowest and highest then printout the 3 numbers in a nice format A sample data file (gradebook .txt) and output are given for testing purpose Data file 86 89 78 100 76 Sample output Average 87.80 Lowest 76.00 Highest 100.00 (5 points) Design a programming named CharDistribution. java which counts how many times each of the alphabetic characters convert lower case to upper case appears in the data file Then print the result as follows A 65 B 99

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_2

Step: 3

blur-text-image_3

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

Practical Azure SQL Database For Modern Developers Building Applications In The Microsoft Cloud

Authors: Davide Mauri, Silvano Coriani, Anna Hoffma, Sanjay Mishra, Jovan Popovic

1st Edition

1484263693, 978-1484263693

More Books

Students also viewed these Databases questions

Question

LO4 List options for development needs analyses.

Answered: 1 week ago