Search:

Type: Posts; User: Kattracks32

Search: Search took 0.19 seconds.

  1. Replies
    7
    Views
    1,386

    Re: while loop is not working right

    okay, I think that I understand what your saying, and I apologize for the formatting. It looks a whole lot different in eclipse then when it is posted here. I will try to get it better the next time...
  2. Replies
    7
    Views
    1,386

    Re: while loop is not working right

    if (applicantsHeight >= HEIGHT && applicantsWeight <= WEIGHT) {
    String photographer1String = JOptionPane.showInputDialog("Enter 1st Photographers Score");
    double...
  3. Replies
    7
    Views
    1,386

    while loop is not working right

    I am trying to run this code for class and I cant get the while loop to work properly.

    import javax.swing.JOptionPane;
    public class Modeling_001C_5WhileLoops {
    public static void...
Results 1 to 3 of 3