Search:

Type: Posts; User: Ashish S

Search: Search took 0.12 seconds.

  1. Replies
    9
    Views
    1,067

    Re: Guyyzz,the output is not coming-- PLS HELP

    Then it should give the output of that nos. which are not prime numbers. But the output is not coming only, I think the method is not running. Wat to do, pls help!!
  2. Replies
    9
    Views
    1,067

    Re: Guyyzz,the output is not coming-- PLS HELP

    why we cant write "return false" in for loop itself after "else" statement????
  3. Replies
    9
    Views
    1,067

    Guyyzz,the output is not coming-- PLS HELP

    the program is for generating prime numbers. The input would be how many prime number a user wants from the code.
    ...
  4. Thread: the "WHILE"

    by Ashish S
    Replies
    2
    Views
    1,095

    the "WHILE"

    The problem is it is still giving the output as 3 sometimes which should not be.
    Kindly help me with this snippet
    //CODE SNIPPET
    int number1=4;
    while(number1>3)
    { ...
  5. Replies
    1
    Views
    989

    Not getting the correct output

    this is the program which gives output as " number is divisible by 5 and 6" or it will give "number is divisible by 5(6)" or "not divisible by either 5 and 6".
    the problem is when i entered 5 it...
Results 1 to 5 of 5