User Profile

Collapse

Profile Sidebar

Collapse
luvnhandfull
luvnhandfull
Last Activity: Mar 14 '08, 04:54 AM
Joined: Mar 14 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • luvnhandfull
    replied to Writing a function to find even numbers
    in C
    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....
    See more | Go to post

    Leave a comment:


  • luvnhandfull
    replied to Writing a function to find even numbers
    in C
    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....
    See more | Go to post

    Leave a comment:


  • luvnhandfull
    replied to Writing a function to find even numbers
    in C
    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....
    See more | Go to post

    Leave a comment:


  • luvnhandfull
    started a topic Writing a function to find even numbers
    in C

    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...
    See more | Go to post
No activity results to display
Show More
Working...