Search:

Type: Posts; User: you_know_what_it_is

Search: Search took 0.14 seconds.

  1. Re: Can someone help me with my code.

    It says there is a problem with this line of code. john.teacherTest();
  2. Re: Can someone help me with my code.

    I changed my code. I restarted because I couldn't figure out what the errors were.

    here is my main program so far.



    import java.util.ArrayList;
    import javax.swing.*;
    import java.text.*;...
  3. Re: can someone tell me what's wrong with my code

    if (i > 10) && (i <40)
  4. Can someone help me with my code.

    import java.util.ArrayList;
    import javax.swing.*;
    import java.text.*;
    import java.awt.*;

    public class Student
    {
    private String id = new String ();
    private String name = new String ();...
Results 1 to 4 of 4