Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Given the classification and GPA, print all the awards a student can get. If GPA is 3.75 and above,Excellence Award If freshman and GPA is

image text in transcribed

Given the classification and GPA, print all the awards a student can get. If GPA is 3.75 and above,"Excellence Award" If freshman and GPA is 3.5 and above, "Great Start Award" The following are some sample runs: > run GpaAward Enter the GPA: 3.8 Enter the classification (1-freshman, 2-sophomore, 3-junior, 4-senior: 3 Excellence Award >run GpaAward Enter the GPA: 3.8 Enter the classification (1-freshman, 2-sophomore, 3-junior, 4-senior: Excellence Award Great Start Award > run GpaAward Enter the GPA: 3.65 Enter the classification (1-freshman, 2-sophomore, 3-junior, 4-senior: Great Start Award > run GpaAward Enter the GPA: 3.45 Enter the classification (1-freshman, 2-sophomore, 3-junior, 4-senior: GpaAward.java New 1- import java.util.Scanner; 2- public class GpaAward { 3 Scanner input = new Scanner(System.in); System.out.println("Enter the classification")

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

Database Systems For Advanced Applications 15th International Conference Dasfaa 2010 International Workshops Gdm Benchmarx Mcis Snsmw Diew Udm Tsukuba Japan April 2010 Revised Selected Papers Lncs 6193

Authors: Masatoshi Yoshikawa ,Xiaofeng Meng ,Takayuki Yumoto ,Qiang Ma ,Lifeng Sun ,Chiemi Watanabe

2010th Edition

3642145884, 978-3642145889

More Books

Students also viewed these Databases questions

Question

Writing a Strong Introduction

Answered: 1 week ago