Search:

Type: Posts; User: colmustang

Search: Search took 0.01 seconds.

  1. Formula to convert Calaneder Date to Julian ?

    My professor is making us do a program that converts calender Date to Julian date and vice versa, I have looked online for one but it gives me the julian day I am looking for the one that...
  2. how stupid of me I accidently erased something...

    how stupid of me I accidently erased something front the top sorry guys


    the assignment I am doing is a checking account which gets the inputs from an external source ( and txt file) the txt...
  3. help with storing the last value of a loop and adding it?

    I am currently working on a homework assignment I am having a hard time adding the last value from a while loop :



    while (!feof(fp)) {

    fscanf(fp, "%c %f\n", &code, &amount);
    ...
Results 1 to 3 of 3