Search:

Type: Posts; User: ruffu054

Search: Search took 0.13 seconds.

  1. Replies
    6
    Views
    1,354

    Re: Students/Grades

    Maybe I'll just start over............
  2. Replies
    6
    Views
    1,354

    Re: Students/Grades

    The very first part that I became stuck on was in the beginning: public Student(String n) gave me an illegal start of expression error.
  3. Replies
    6
    Views
    1,354

    Re: Students/Grades

    Thanks for the information, as one could see I'm new at posting as well.
  4. Replies
    6
    Views
    1,354

    Students/Grades

    import java.util.Scanner;

    public class Students{
    public static void main (String args []) {
    Scanner input = new Scanner(System.in);

    String studentName; //first input by user
    double...
Results 1 to 4 of 4