Search:

Type: Posts; User: Scooby

Search: Search took 0.09 seconds.

  1. Replies
    22
    Views
    1,771

    Re: Can any one tell me why I am getting an error

    Ok,am I far of track with what I am doing in the code,I find it hard but trying to do my best,what book would you think I should look at Norm.
  2. Replies
    22
    Views
    1,771

    Re: Can any one tell me why I am getting an error

    Do While{ ///Multiple markers at this line
    - Do cannot be resolved to a type
    - Syntax error, insert ";" to complete




    ...
  3. Replies
    22
    Views
    1,771

    Re: Can any one tell me why I am getting an error

    This is my do while plenty errors




    Do While{ ///Multiple markers at this line
    - Do cannot be resolved to a type
    - Syntax error,...
  4. Replies
    22
    Views
    1,771

    Re: Can any one tell me why I am getting an error

    Phase 3. Develop a menu driven application that allows the user to add remove and list student objects from the arraylist developed

    Stuck now again on this part getting very confused.


    ...
  5. Replies
    22
    Views
    1,771

    Re: Can any one tell me why I am getting an error

    import java.util.*;

    public class StudentList2 { ///class

    public static void main(String[] args) { ///open main
    // TODO Auto-generated method stub

    ArrayList<StudentApp2>...
  6. Replies
    22
    Views
    1,771

    Re: Can any one tell me why I am getting an error

    Yes it is the first { after the for loop for (int j = 0; j < 3; j++){ and closed after the system.out statement.
  7. Replies
    22
    Views
    1,771

    Re: Can any one tell me why I am getting an error

    I dont under stand this, as my studentlist2 is being called from my studentlist2 arraylist.
  8. Replies
    22
    Views
    1,771

    Re: Can any one tell me why I am getting an error

    import java.util.*;

    public class StudentList2 {

    public static void main(String[] args) {
    // TODO Auto-generated method stub

    ArrayList<StudentApp2> studentlist2 = new...
  9. Replies
    22
    Views
    1,771

    Re: Can any one tell me why I am getting an error

    This my main and my own code not copyed like someone said in a post earlier




    import java.util.*;

    public class StudentList2 {

    public static void main(String[] args) {
  10. Replies
    22
    Views
    1,771

    Can any one tell me why I am getting an error

    This my main


    import java.util.*;

    public class StudentList2 {

    public static void main(String[] args) {
    // TODO Auto-generated method stub
Results 1 to 10 of 10