Search:

Type: Posts; User: Dsoto

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    1,450

    Re: Tuition project that should have 3 classes

    I have adjusted my student class and it works great now. My University class isn't working properly though. I get this error:
    Exception in thread "main" java.lang.NullPointerException
    at...
  2. Replies
    2
    Views
    1,450

    Tuition project that should have 3 classes

    import java.util.Scanner;
    public class Student {

    private String FirstName;
    private String LastName;
    private String Address;
    private String PhoneNumber;
    private int Credits;...
Results 1 to 2 of 2