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