Search:

Type: Posts; User: c.P.u1

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    22,256

    Re: Display prime numbers from 100 to 200 in Java

    Sorry, but i did not understand the meaning of "f should be a boolean"... though i know the meaning of boolean... cud u plz give me an example... :(
  2. Replies
    8
    Views
    22,256

    Re: Display prime numbers from 100 to 200 in Java

    aydea bro, thanks a lot.. this program displays exactly 21 prime numbers... i would like to know more about the break statement... what does it actually do? in this example, to which statement does...
  3. Replies
    8
    Views
    22,256

    Display prime numbers from 100 to 200 in Java

    class primeN

    {

    public static void main(String args[])


    {

    int f=1,j;
Results 1 to 3 of 3