Consider the following function prototype:
int funcExercise8(int x);
The function funcExercise8 returns the value as follows: If 0 <= x <= 50 , it returns 2x ; if −50 <= x < 0, it returns x 2 ; otherwise it returns −999 . What are the reasonable boundary values for the function funcExercise8?
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.