Search:

Type: Posts; User: kraze_101

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,576

    i got it after like 2 hours thanx for the...

    i got it after like 2 hours thanx for the suggestion i overlooked that too.lol heres what i got




    #include <stdio.h>
    int main()
    {
    char ch;
    int count;
  2. Replies
    6
    Views
    1,576

    need some help with while loop

    i got this program i gotta write that reads in characters one at a time and print them out and i have to use the while loop. i tried all sorts of things but its not working. i think its the criteria...
  3. Replies
    12
    Views
    2,533

    thanx i got it now

    thanx i got it now
  4. Replies
    12
    Views
    2,533

    it still says undefined reference to floor i...

    it still says undefined reference to floor i dunno why
  5. Replies
    12
    Views
    2,533

    arite thanx

    arite thanx
  6. Replies
    12
    Views
    2,533

    i dont think i need the math library but i don...

    i dont think i need the math library but i don really know ho wto do the odo while loop yet can u help me there?
  7. Replies
    12
    Views
    2,533

    /* This program converts height in centimeters...

    /* This program converts height in centimeters and
    displays it into height in centimeters, feet, inches.*/


    #include<stdio.h>
    #include<math.h>
    const double CENT_FEET=0.033;
    const double...
  8. Replies
    12
    Views
    2,533

    i understand that part right but its to get the...

    i understand that part right but its to get the actualy value of the remainder to be converted to inches ..i dunno if my code is wron glike fom the declaration of from the type of variable i used
  9. Replies
    12
    Views
    2,533

    noob need help with programming question!

    hey im doing this program for school and its about a user entering their height in centimeters and output it as height in feet and inches im getting the problem when getting the remainder of the feet...
Results 1 to 9 of 9