0 Comments
Answer:
if (annualCost[0] < annualCost[1])
{
best2 = healthOption[0];
}
else
{best2 = healthOption[1];
Step-by-step explanation:
The required code is given above.