Search:

Type: Posts; User: Scooby

Search: Search took 0.08 seconds.

  1. Re: Getting 1 error in my menu driven code for students add,delete and list.

    I dont have any errors now in the code but after it runs I get an error when running it,problem with the scanner and int.

    Please choose and option:[1-4].
    1 - Add a Student.
    2 - Delete a Student....
  2. Re: Getting 1 error in my menu driven code for students add,delete and list.

    The IDE I am using is eclipse,I did what you said but now getting an error with the default case it is unreachable code?

    Exception in thread "main" java.lang.Error: Unresolved compilation problem:...
  3. Re: Getting 1 error in my menu driven code for students add,delete and list.

    Sorry ya your right i dont know how to indent the code never did it,this 1 error is driving me around the bend,can you see my mistake because i cant for the life of me.
  4. Re: Getting 1 error in my menu driven code for students add,delete and list.

    import java.util.ArrayList;
    import java.util.Scanner;
    public class StudentMenu {
    public static void main(String[] args)
    {

    ArrayList<Student> studentlist = new...
  5. Getting 1 error in my menu driven code for students add,delete and list.

    import java.util.ArrayList;
    import java.util.Scanner;
    public class StudentMenu{
    public static void main(String[] args)
    {

    ArrayList<Student> studentlist = new...
Results 1 to 5 of 5