Search:

Type: Posts; User: howarddermaus1111

Search: Search took 0.07 seconds.

  1. Re: Help me with the confirm dialog and counter

    would you mind showing what you mean?

    import javax.swing.JOptionPane;
    public class AssignmentSix0
    {
    public static void main (String [] args)
    {
    boolean calculateAgain = true;
    int answer...
  2. Re: Help me with the confirm dialog and counter

    import javax.swing.JOptionPane;
    public class AssignmentSix0
    {
    public static void main (String [] args)
    {
    int num1 = 0;
    int maxNum = 100;
    while (num1 < maxNum)
    {
    int answer =...
  3. Re: Help me with the confirm dialog and counter

    I am confused on all three part. I know how to do a loop but in this case I cannot decide how to and from where to begin with. I believe if I can do the loop I should be able to take care of the...
  4. Re: Help me with the confirm dialog and counter

    Please don't get offended. I really didn't get what you said. I am new to this whole java thing. Care to explain a little more?
  5. Re: Help me with the confirm dialog and counter

    This is where i am confused. I tried using the do while loop but since showconfirm dialog is an int what do I compare it with? and how do I palce my counter?
  6. Help me with the confirm dialog and counter

    Hello people, I searched on the web, searched on this site as well but I couldn't get help. So please help me out. This is the code I have written so far. And yes this is an assignment.
    This program...
Results 1 to 6 of 6