Search:

Type: Posts; User: JohnEliot

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    1,633

    Re: How can I make a loop repeat?

    Okay, I have made some indentations at key points and just including the final loop. This is the part I want fixed.


    String reply = JOptionPane.showInputDialog
    (null, "Enter 'E' to buy...
  2. Replies
    7
    Views
    1,633

    Re: How can I make a loop repeat?

    Okay I have enclosed the loop, but it still won't repeat when yes is selected. I have also attempted to make the program more readable with indentations


    import javax.swing.JOptionPane;
    public...
  3. Replies
    7
    Views
    1,633

    How can I make a loop repeat?

    import javax.swing.JOptionPane;
    public class program7 {

    public static void main(String[] args) {

    //ask user how many euros a dollar buys
    String euroExchangeRateString =...
Results 1 to 3 of 3