Search:

Type: Posts; User: Purple01

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    1,474

    Re: Calculationg the percentage.

    That would be it.
    Those two are int's.
    I will change that.

    Thanks.
  2. Replies
    2
    Views
    1,474

    Calculationg the percentage.

    I am trying to calculate a percentage.



    double percentage = (numberMatchedEntries / numberEntriesFile1) * 100;

    numberMatchedEntries = 20
    numberEntriesFile1 = 52

    So the output would...
Results 1 to 2 of 2