User Profile

Collapse

Profile Sidebar

Collapse
jhendrix
jhendrix
Last Activity: Nov 14 '06, 11:01 PM
Joined: Oct 11 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jhendrix
    replied to need helping coding a c program
    in C
    just pushing this up...due tomo : /
    See more | Go to post

    Leave a comment:


  • jhendrix
    started a topic need helping coding a c program
    in C

    need helping coding a c program

    Hi I have to make a program with a function called validfloat() which is to take no parameters and return a float value that has at least one digit to the left of the decimal point and exactly two places to the right of the decimal point. the program is to accept a string from the keyboard and test it using validfloat() to see if the string represents the type of data requested. If it does, the function is to convert the string to a float value,...
    See more | Go to post

  • jhendrix
    replied to need help with a C program
    in C
    thanks a ton that really helped me out alot I greatly appreciate your help. I just have one more thing to ask. How would i make it so the averages are returned as floats instead of intigers?
    See more | Go to post

    Leave a comment:


  • jhendrix
    replied to need help with a C program
    in C
    I give up can someone please just show me the code for this : /?
    See more | Go to post

    Leave a comment:


  • jhendrix
    replied to need help with a C program
    in C
    yeah see that where im stuck...on the for loop part, i understand how to make an array but i really cant figure out how to make a loop which will give the average of each collumn and row of that array.
    See more | Go to post

    Leave a comment:


  • jhendrix
    started a topic need help with a C program
    in C

    need help with a C program

    Hey I have this asignment due on sunday at 11 pm and have no idea how to do it if anyone could help me out i would greatly appreciate it. The assignment is to create a 3 by 4 int array containing 1,2,3,4,5,6,7,8 ,9,10,11,12. I then have to use loops to get the average of each row and collumn in the array
    See more | Go to post

  • jhendrix
    replied to C function help
    in C
    Actually it says i need to create a function named root4 which is to take a single double parameter and return the fourth root of the parameter as a double value. I also need to place this function in a loop that will allow the user to input a double value, call root4 with that value, then display the fourth root on the screen and the loop is supposed to continue till a negative number is entered.

    If you could show me how to do all...
    See more | Go to post

    Leave a comment:


  • jhendrix
    started a topic C function help
    in C

    C function help

    Hi Im really new to programming and need help with this problem:
    Write a C function named root4( ) that returns the fourth root of the argument passed to it.
    Thanks.
    See more | Go to post

  • jhendrix
    started a topic programming help
    in C

    programming help

    Hi I recently received an assignment to make a C prgram which produces a output like:

    *****
    ****
    ***
    **
    *
    See more | Go to post
No activity results to display
Show More
Working...