How did you see this then?
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:
Explanation: What is that word you typed?
Virus such as a Trojan or Worm, and can cause network crashes.