Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 405 Bytes

File metadata and controls

19 lines (11 loc) · 405 Bytes

10 Find average

📝 Instructions:

  1. Calculate the average value of all the items in the list and print it on the console.

💡 Hints:

  • To print the average, you have to add all the values and divide the result by the total length of the list.

  • Make sure you are using a for loop.

  • You can use as many auxiliary variables as you need.

💻 Expected result:

27278.8125