Search:

Type: Posts; User: cball

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    7,100

    Thank you! it works well. I am obsessed in...

    Thank you! it works well. I am obsessed in assigning those value into array but turn out it is not necessary.
  2. Replies
    4
    Views
    7,100

    Thank you so much!

    Thank you so much! It works well !

    #include <stdio.h>





    int main(){
  3. Replies
    4
    Views
    7,100

    calculate the average value from a text file

    Hello, I try to write a code to calculate the average value from a text file but the dumb thing is I has to count the no. of data manually to initialize the array. (here is 1000).

    Here is the...
  4. Question on program to display a table of sine and cosine value between (0,1)

    Hello, I am a new learner on c program. I am writing a program to
    display a table of sine and cosine value between (0,1)

    the program is like this:



    #include <stdio.h>
    #include <math.h>...
Results 1 to 4 of 4