The following function accepts an int argument and returns half of its value as a
double :
double half(int number)
{
return number / 2.0;
}
Write a template that will implement this function to accept an argument of any type.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.