
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.
ââ?¬Â¢ As the tutor enters each mark, a counter should count the number of studentââ?¬â?¢s marks which have been entered. ââ?¬Â¢ Use the same 4 category ranges shown here. ââ?¬Â¢ Make sure the display is neatly formatted as above. ââ?¬Â¢ Your program should make use of ââ?¬Ë?loopsââ?¬â?¢ for the display of each category.
Extras: 2. After the histogram, a variety of statistics should be displayed (e.g. average mark awarded, number of students passing, highest mark, and lowest mark) 3. The histogram shows each category horizontally across the screen. Copy your original solution and make changes to the copy to display the histogram vertically (the stars in a category should go downwards and not across the screen). 4. An extra for the very brave!
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.