User Profile
Collapse
-
just pushing this up...due tomo : / -
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,... -
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?Leave a comment:
-
I give up can someone please just show me the code for this : /?Leave a comment:
-
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.Leave a comment:
-
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 -
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...Leave a comment:
-
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. -
programming help
Hi I recently received an assignment to make a C prgram which produces a output like:
*****
****
***
**
*
No activity results to display
Show More
Leave a comment: