Search:

Type: Posts; User: ericgomez

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,152

    Re: my loops are not working like they should

    case 1:
    for (int x = 1; x < 4; x++) {

    case 2:
    for (int x = 1; x < 4; x++) {


    case 3:
    for (int x = 1; x < 4; x++) {
  2. Replies
    5
    Views
    1,152

    Re: my loops are not working like they should

    My question is what is wrong with the loops, as they are exceeding 3.
  3. Replies
    5
    Views
    1,152

    my loops are not working like they should

    import javax.swing.*;

    import java.awt.Container;
    import java.math.*;

    public class arithmetic extends JApplet {

    public void init() {

    String input = JOptionPane.showInputDialog
Results 1 to 3 of 3