Answer: i think the answer is
a. Multiple IRRs can occur only if the signs of the cash flows change more than once.
Explanation:
Required: program to return the largest of three numbers.
pseudocode
input parameters, int A,B,C;
int T; // temporary storage
if (A>B) T=A;
else T=B;
if (T>C) print(T);
else print(C);
The number and letter are switched. This question needs more context to get a accurate answer.
<span>i believe the answer is C</span>