Search:

Type: Posts; User: kinkita

Search: Search took 0.07 seconds.

  1. Re: Check if number is prime number or not problem[SOLVED]

    That shall be the next step :)
  2. Re: Check if number is prime number or not problemm

    You're refering to this code right? "if(d / x == 1.0 && foundDivs == 0)"; How could i not see this -_-. I took this code from an example:
    d % x == 1.0
    and if it's true then d would be an even...
  3. Check if number is prime number or not problem[SOLVED]

    Hi everyone!

    I've tried to develop a simple programm which will tell the user if the given number is a prime number or not.


    this is the method I've been trying to fix:


    public void...
Results 1 to 3 of 3