Search:

Type: Posts; User: theostorm

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    1,168

    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,168

    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