+ 2
Java Homework Help
Can someone help me with a Java programming assignment? I need help please.
8 ответов
+ 1
Why not send the question here? (Unless it's homework and you don't want your tutors to find out!) ;-)
+ 4
This is complicated... I don't want to do your homework for you but I do want to help. So what about you ask a specific questions like, how to use this .... in Java? or how can I find this sort of things?... Questions whose answers will help you but won't stop you from feeling like the code is your own work
+ 2
I agree with cyk. Your tutors won't mind you asking questions, and also you'll learn that way. You could outline the problem, and we could give you some pointers (not C pointers 😂)
+ 2
Ok im going to ask. Its bout methods and class. Let me post it on here.
+ 2
Java
+ 1
Yea its an home work lol. I have been struggling with it
+ 1
Create a class that represents a grade distribution for a given course. Write methods to perform the following task. Set the number of each of the letter grades A,B,C,D and F. Read the number of each of the letter grades A , B, C, D and F. Return the total number of grades. Return the percentage of each letter grade as a whole number between 0 and 100 inclusive. Draw a bar graph of the grade distribution
0
The bar will have five bars, one per grade. Each can be a horizontal rows of asterisks. Let one asterisk represent 2 percent, so 50 asterisks corresponds to 100 percent. Mark the horizontal axis at 10 percent increments from 0 to 100 percent and label each line with it letter grade.