Search:

Type: Posts; User: DreamGod420

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    1,455

    Re: Conversion Program

    After a bit of toying with it and referring back to my Java textbook. I was able to make it work. Thank you for help though.
  2. Replies
    2
    Views
    1,455

    Conversion Program

    So for my CIS class, I need to write a program that converts inputed meters into either kilometers, inches, or feet based off of a menu provided to the user and their input. the meters entered cannot...
  3. Replies
    4
    Views
    1,216

    Re: infinite maze issue

    ok, i copy and pasted the code in a new project and it ran fine. Thanks again!
  4. Replies
    4
    Views
    1,216

    Re: infinite maze issue

    I have removed the operand and replaced it with a boolean flag to make it easier and i'm still getting the same error. Here is my updated code:



    import javax.swing.JOptionPane;

    public class...
  5. Replies
    4
    Views
    1,216

    infinite maze issue

    So I'm trying to make an infinite maze for my beginner Java class, where the while loop will keep the user stuck until the 'secret word' is entered.
    The only issue I am having is that it is...
Results 1 to 5 of 5