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

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

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