Can you check my work and advise? (Java) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can you check my work and advise? (Java)

UPDATE: Code added on here: https://code.sololearn.com/WWb6nt2S4zi8 The exercise: https://imgur.com/3hU9sMW My files: https://imgur.com/v80RXkR https://imgur.com/AECqYv8 https://imgur.com/Gvw9QpP Errors: https://imgur.com/QnHMRTl I have a deadline in a few hours and can't figure out what I'm doing wrong.

1st Feb 2019, 3:52 AM
Laura
Laura - avatar
4 Answers
+ 2
Thank you so much! That actually worked.
1st Feb 2019, 6:28 AM
Laura
Laura - avatar
+ 1
@Serena Yvonne Added the code now.
1st Feb 2019, 5:15 AM
Laura
Laura - avatar
+ 1
@Serena That code is missing the TestStatistics class though. I can't run it if I just add that code to main class.
1st Feb 2019, 6:08 AM
Laura
Laura - avatar
+ 1
Ok, I think I understand what you did. So I need to completely remove the Main class I created. It's useless because there's already a main method in the TestStatistics class? I was just trying to wrap my head around the exercise by using methods done in previous labs and they used separate Main class with main method to call other methods.
1st Feb 2019, 6:18 AM
Laura
Laura - avatar