Write a java console application that process student marks

Assignment Help JAVA Programming
Reference no: EM131926824

Assignment

Task

You are to write a Java console application that processes student marks. The number of students (N) is fixed at 10, so it should be declared as final int N = 10 in your program.

Grades are allocated as shown in Table 1:

Grade Mark Range
HD 85-100
D 75-84
C 65-74
P 50-64
F 0-49

Table 1: Grades

When a mark is entered, the application calculates and displays the corresponding grade. When all marks have been entered, a summary report consisting of

1. The lowest mark
2. The highest mark
3. The average mark
4. The number of students passed (i.e. achieved a mark of 50-100)
5. The number of students who failed (i.e. achieved a mark of 0-49)
is displayed.

Below is example output for N = 3

Your welcome message goes here ...

Mark for student 1: 100
Grade for student 1: HD
Mark for student 2: 0
Grade for student 2: F
Mark for student 3: 50
Grade for student 3: P

Summary
********
Lowest mark: 0
Highest mark: 100
Average mark: 50
Number passed: 2
Number failed: 1

Your exit message goes here ...

Your application is to follow the same format for input and output as in the example above, but with customised welcome and exit messages.
The application is to use the following classes and methods:

public class Grader {
// no attributes required
public Grader() {
// no code required
}
public String grade(int mark) {
// code to determine grade goes here
}
publicboolean pass(int mark) {
// code to determine pass goes here
}
}
public class Assignment1 {
// no attributes required
public static void main(String[] args) {
// local variable declarations go here
// display welcome message
// loop to input marks, calculate and display grade, calculate summary values
// generate and display summary
// display exit message
}
}

Reference no: EM131926824

Questions Cloud

Find and analyze the financial statements : Initial Discussion Pick a consolidated entity. Find and analyze the financial statements for your chosen consolidated entity.
What is your companys bond rating : What is your company's bond rating? What does it say about the company's health and future prospects?
Why do you think that most chose not to pay cash dividends : For initail public offerings of common stock, 1993 was a very big year, with over $43 billion raised by the process.
Calculate the five-year projected income : Calculate the 5-year projected income. Calculate a 5-year projected cash flow.
Write a java console application that process student marks : Write Java console application that processes student marks. The number of students (N) is fixed at 10, so it should be declared as final int N = 10 in program.
What information is generated as part of atm business : What information is generated as part of ATM business processes and how are they employed within the Bank to transact.
How much is the future floatingrate for the second 6-month : If spot LIBOR rate ends up droppng steadily to 2.6%, then which counterparty would benefit from having entered into the fixed-floating rate swap?
Dertermine what is the companys wacc : Here is some information about Stokenchurch Inc.:Beta of common stock = 1.4,Dertermine What is the companys WACC.
What is the balance in the account at the end of the year : If the annually compounded interest rate is unchanged over the life of the investment, what is the balance in the account at the end of the third year?

Reviews

Write a Review

JAVA Programming Questions & Answers

  Java program for presidential elections

Write a java program for Presidential Elections, the user will enter his votes based on the code for each candidate. The program will add the total votes for each candidate and proclaim the winner whoever got the most number of votes.

  Write a function that searches a [n][n] matrix

there is a y or multiple y values with a blank on one side (left/right or top bottom) and a x on the other

  Write an application that enables users to enter student ID

Write an application that enables users to enter student ID and three exam scores. Provide a method to compute and returnthe overall exam average.  Provide another method that prints all scores and the average value formatted with no digits to the ri..

  These test scores into an array and computes:

Write a program that reads these test scores into an array and computes:Sum of the test scores after dropping the minimum test scoreAverage of the test scores

  Write a java program

Create a "JApplet" that contains two parallel arrays with at least five friends' names and phone numbers. Allow the user to enter either a name or phone number and to click a "JButton" to display the other.

  Implement an internet resource retriever to act as a client

For this assignment, you must implement an Internet resource retriever to act as a client and to make requests to a server.

  Program that translates a letter grade into a number grade

Write a Java program that translates a letter grade into a number grade

  Ticketmaster

TICKETMASTER - this class will have: a service charge = $8.00 per ticket, tax = .085 current amount of all tickets sold. Its responsibilities are printing a list of events for sale, looking up an event for a customer, and selling a ticket to the e..

  Write a program that converts a mile

Write a program that converts a mile into its equivalent metric kilometer measurement.

  Design debug and test a java program that estimates safety

CSIT811 Assignment. OBJECTIVE - Design, debug and test a Java program that estimates safety of industrial blasts and displays reports

  Display all workshops in a list in the startup form

Create a database to replace the data file that was used for input in Chapter 1. In it, create a database table named Workshops that contains the workshop ID, category ID, number of days, cost of the workshop, and workshop title.

  Overview in this assignment you are provided with an

overview in this assignment you are provided with an interface that contains a generic type.you are asked to create two

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd