Answer:
Explanation:
Let's do this in Python, we will accept 2 arguments, the student name and an array of the 10 scores. The function would sort the scores out, get the last 6 scores, take the sum and finally out put them with the student name:
def total_six_highest_score(name, scores):
scores.sort()
highest_six_scores = scores[4:]
total_highest = sum(highest_six_scores)
return name, total_highest
Answer:
The answer is option C, which is: perform a task
In technicality, humans can work healthily 14-15 hours a day, 365 days a year. I subtracted the hours of the day needed for sleep and feeding.
"Lithium ion" is used in your cellphone.
<u>Automatic Draft-</u> A convenient payment method where funds are automatically debited from your account.
<u>Cash-</u> The physical form of currency.
<u>Credit Card-</u> Allows you to make a purchase and pay for it later.
<u>Digital Wallet-</u> An electronic device that aids consumers to make online payments through various websites.
For anyone still looking, hope this helps.