Answer:
B. Type an = sign in the cell, followed by the name of the function and the relevant arguments.
A set of instructions and documents that tells a computer what to do or how to perform a task or it can mean all the software on a computer,
I think it help writing more understandable!
/*
Since we have to check the first two options only as mentioned in last part of question the loop will work 2 times only and will compare the cost of first element and second and assign the healthoption accordingly
*/
for(int i =0;i<=1;i++){
if(annualCost[i]<annualCost[i+1]
best2 = healthOption[i]
else
best2 = healthOption[i+1]
}