Search:

Type: Posts; User: Spanky_10

Search: Search took 0.06 seconds.

  1. Replies
    3
    Views
    1,042

    Re: User defined classes and loops

    I added the print out statement after the while statement and it did print what I input into choice onto the display. It just won't run the program again.
  2. Replies
    3
    Views
    1,042

    User defined classes and loops

    My code all works fine and I have a user defined class called Circle. When I type "y" or "Y" it will not re run the program.



    import java.util.Scanner;
    public class CircleTest
    {
    public...
Results 1 to 2 of 2