C. It's honestly up to the user, upload so others can use it or make it so its copyrighted and make some cash :P
The answer for Apex College and Career Prep 2 would be Probable College.
Answer:
Here's some really bad code that works:
public static double average(int a, int b, int c, int d, int e)
{
return (((double)a + b + c + d + e) / 5);
}