Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~276 People Reached
Favorite Forums
Favorite Tags
java x 6
Member Avatar for ntdaycott

Hi, I am trying to put a date in my class which is 2 weeks ahead of the current date. The problem is that is shows the date as april not may? Any help would be much appreciated. Thanks in advance Below is the issue.class in question [import java.util.*; public …

Member Avatar for jwenting
0
87
Member Avatar for ntdaycott

I have a student class and also a cohort class. I need a command to find a certain student aStudent, bStudent etc but are unsure of the right way to do it Thanks in advance [import java.util.*; public class Cohort { private static int groupSize = 15; private HashSet aCohort; …

0
63
Member Avatar for ntdaycott

Hi i have made a student and cohrt collection class program The compiler give me error: illegal start of expression line 46 The cohort class file: import java.util.*; public class Cohort { private static int groupSize = 15; private HashSet aCohort; public Cohort() { aCohort = new HashSet(); } public …

Member Avatar for Ezzaral
0
126