<em>so</em><em> </em><em>the</em><em> </em><em>answer</em><em> </em><em>is</em><em> </em><em>3</em><em>6</em><em>.</em>
<em>Hope</em><em> </em><em>this</em><em> </em><em>will</em><em> </em><em>help</em><em> </em><em>u</em><em>.</em><em>.</em><em>.</em>
Answer:
The Amount tom has to pay is $196.65 therefore, Option b is correct
Step-by-step explanation:
Tom recieves 43% of total monthly premium
That means out of 100% he is getting 43% he has to pay (100%-43%)= 57% of $345.00
The amount Tom has to pay each month is
it will become 
Therefore,The Amount tom has to pay is $196.65 that is option b is correct
Since the sum of scores must be at least 289:
72+78+70+x ≥ 289
<span>char max(char number1, char *number2){
if (strcmp(number1, number2) > 0)
return number1;
else
return number2;
}</span>