Friday 8 February 2013

29

Make a function that takes a number as a parameter. Return an integer that is the number divided by two. So for example if the parameter is 10, it will return 5.

*Rules :
=======
No use of any functions.
No use of the '%', '*', and '/' operators.
No use of any classes.
Join me on Facebook