If what I found is correct it would be C, all charts... If not that then it would be B.
True- western Washington hosts modern technologies supporting both academic and co curricular activities
It would be a table program. you can add a table and put your data into the table
/*
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]
}