User Profile
Collapse
-
it did! Thanks for the quick response.... i'm yanking my hair out trying to think of all the things i couldn't do on the last test, incase they come up again on the next one.... -
Wow, thanks so much! I added a printf statement right after the
answer=is_even( number);
worked like a charm!! Thanks so much.
That was a question from my prior exam and i couldn't figure it out....Leave a comment:
-
yes, i'm looking for it to print out the 1, or the 0 to the screen. when i run the program, it prompts for a number. I type one in and enter, nothing happens....Leave a comment:
-
Writing a function to find even numbers
Can someone please explaine to me how to write a function program. Using prototypes just throws me.
Here is my prompt:
write a function called is _is even that has one input parameter and int called number which is a number the user wants to determine is even or not. The Function returns an integer which has a value of 1 if the number passed is even and has a value of 0 if the number passed is not even.
I'll...
No activity results to display
Show More
Leave a comment: