Answer:
Note that the fractional part is rounded down.
int Double(int Number)
{
return (Number >> 1);
}
Note that the fractional part is rounded down.