+ 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.
4 odpowiedzi
+ 2
Thank you so much! That actually worked.
+ 1
@Serena Yvonne Added the code now.
+ 1
@Serena That code is missing the TestStatistics class though. I can't run it if I just add that code to main class.
+ 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.