Search:

Type: Posts; User: theostorm

Search: Search took 0.26 seconds.

  1. Replies
    1
    Views
    1,177

    Re: Int not adding up right.

    Ah figured it out, obvious mistake of using an int when I should have used a double.
  2. Replies
    1
    Views
    1,177

    Int not adding up right.

    int wordpercent = ((count/totalwords)*100);
    JOptionPane.showMessageDialog(null, "Count: " + count);
    JOptionPane.showMessageDialog(null, "Words: " + totalwords);...
Results 1 to 2 of 2