Search:

Type: Posts; User: toggie

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,386

    ok i did it. thanks.

    ok i did it. thanks.
  2. Replies
    9
    Views
    1,386

    I can't do :( Please, please, please put the...

    I can't do :(
    Please, please, please put the loop inside another you said and give me the full code
  3. Replies
    9
    Views
    1,386

    thanks for your help but i didnt understand : (...

    thanks for your help but i didnt understand : (
    can you write down the full code with correction
  4. Replies
    9
    Views
    1,386

    Prime or not prime (i need help)

    int main()
    {
    int N, C;
    cout<<"Enter an integer ";
    cin>>N;
    C=2;
    while(N>C*C&&N%C!=0)
    {
    C=C+1;
    }
Results 1 to 4 of 4