Search:

Type: Posts; User: Grad

Search: Search took 0.00 seconds.

  1. Thread: Just a feeling...

    by Grad
    Replies
    3
    Views
    1,153

    Just a feeling...

    I wrote this program to help me find all the prime numbers from 2 to i. The results are good, but I feel that something goes wrong in the program. Could you help me? Is everything OK with that piece...
  2. Thread: Wrong output

    by Grad
    Replies
    4
    Views
    1,288

    Thank you! :p

    Thank you! :p
  3. Thread: Wrong output

    by Grad
    Replies
    4
    Views
    1,288

    Wrong output

    I wrote a small program in C. This program adds the squares of two numbers and checks if the square root of the sum is an integer or not.


    #include <stdio.h>
    #include <stdlib.h>
    #include...
Results 1 to 3 of 3