Question: GradeCalculation.java /* Programmer: Date: Project: Lab 2.2 GradeCalculation File Name: GradeCalculation.java Program Description: Determine someone's grade. */ import java.util.*; public class GradeCalculation { public static

 GradeCalculation.java /* Programmer: Date: Project: Lab 2.2 GradeCalculation File Name: GradeCalculation.java
GradeCalculation.java
/* Programmer:
Date:
Project: Lab 2.2 GradeCalculation
File Name: GradeCalculation.java
Program Description: Determine someone's grade.
*/
import java.util.*;
public class GradeCalculation {
public static void main( String[] args ){
// Variable to accept the user's input
Scanner keyboard = new Scanner(System.in);
// Enter your code here
}
}

For Intro to Computer Science, tests account for 50% of your grade, labs account for 30% of your grade, homework accounts for 10% of your grade, and quizzes account for the remaining 10% of your grade Write a program that asks the user their test, lab, homework, and quiz percentages, calculates their final grade for the class, and then tells them their letter grade Use the grading scale below from OLHS Grade Percenta x292.5 89.5Sx

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!