Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
0
First think about what it conceptually means to compute an average (add up all scores and divide by the number of scores). Then think about what lines of code you can use to do that. What data type should a score be represented as? What operator lets you add scores together? What operator lets you do division?
7th Feb 2017, 2:14 PM
Ronnell Evans
Ronnell Evans - avatar