Pleasse Can Somebody help Me with Net beans program?

Mo Akbar

New member
This is my last resort i have had sleepless nights trying to create this code but have had no luck please can someone help me i need to create a piece of code that fit the requirements below




The University wants to make a basic graphical display to show how many people received different grades for a piece of work on a module. You are required to write a program in Java that achieves this.

The program is in a number of parts.

The program should allow the tutor to enter in the various marks which the students have been awarded, until the tutor enters in a mark exceeding 100.

At this point the program should display a histogram. Each star represents a student who achieved a module mark in the range shown.


0-29 *** (3 students received a mark between 0-29)
30-39 *****
40-69 ********
70-100 ****

20 students in total

As the tutor enters each mark, a counter should count the number of student’s marks which have been entered.
 
Back
Top