Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Exl: import java.util.Scanner; public class GradeAverage public static void main( String argsI) Scanner input- new Scanner( System.in); int total; int gradeCounter int grade int average;

image text in transcribed
Exl: import java.util.Scanner; public class GradeAverage public static void main( String argsI) Scanner input- new Scanner( System.in); int total; int gradeCounter int grade int average; total 0; gradeCounter 1; while (gradeCounter10) System.out.print("Enter grade:"); grade - input.nextlnt0: total total +grade; gradeCounter gradeCounter 1; average -total /10; System.out.printf "InTotal of all 10 grades is %d ", total ); System.out.printf "Class average is %din", average ); . Modify the above program to read the data from a file called student.dat Extend the pro gram to assign letter grades. program to count how many students will get an A

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

Advances In Databases And Information Systems 22nd European Conference Adbis 2018 Budapest Hungary September 2 5 2018 Proceedings Lncs 11019

Authors: Andras Benczur ,Bernhard Thalheim ,Tomas Horvath

1st Edition

3319983970, 978-3319983974

More Books

Students also viewed these Databases questions

Question

6. Explain the power of labels.

Answered: 1 week ago

Question

10. Discuss the complexities of language policies.

Answered: 1 week ago