Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
~135 People Reached
Favorite Forums
Favorite Tags
java x 1
Member Avatar for sefa

hey guys, im a bit new to this. pls assist me to correct this code :(. [code] public class studentSystem { public static void main(String args[]) { //Student sw = new Module(""); Student sw = new Student("Sefakor","1112348"); System.out.println(sw); System.out.println(sw.getName()); //prints Sefakor Selormey System.out.println(sw.getId()); //prints 1112348 sw.setName("May Stow"); System.out.println(sw.getName()); } } …

Member Avatar for Eric Cute
-2
135