Java Homework Help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Java Homework Help

Can someone help me with a Java programming assignment? I need help please.

16th Apr 2018, 11:04 PM
Taye Sam Tardey
Taye Sam Tardey - avatar
8 Answers
+ 1
Why not send the question here? (Unless it's homework and you don't want your tutors to find out!) ;-)
16th Apr 2018, 11:15 PM
Emma
+ 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
16th Apr 2018, 11:45 PM
cyk
cyk - avatar
+ 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 😂)
17th Apr 2018, 1:47 AM
Emma
+ 2
Ok im going to ask. Its bout methods and class. Let me post it on here.
17th Apr 2018, 1:49 AM
Taye Sam Tardey
Taye Sam Tardey - avatar
+ 2
Java
17th Apr 2018, 3:21 PM
Taye Sam Tardey
Taye Sam Tardey - avatar
+ 1
Yea its an home work lol. I have been struggling with it
16th Apr 2018, 11:16 PM
Taye Sam Tardey
Taye Sam Tardey - avatar
+ 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
17th Apr 2018, 1:13 PM
Taye Sam Tardey
Taye Sam Tardey - avatar
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.
17th Apr 2018, 1:15 PM
Taye Sam Tardey
Taye Sam Tardey - avatar