arrange O2,a2 and n2 in increasing order of boiling point
Answers
Answered by
4
All you need to do is to iterate a list using a for loop and add each number to a sum variable.
To calculate the average divide the sum by the length of a given list(total numbers in a list)
Answered by
5
All you need to do is to iterate a list using a for loop and add each number to a sum variable.
To calculate the average divide the sum by the length of a given list(total numbers in a list)
Similar questions