Subana is writing a program which will calculate the mean average of a set of numbers by adding the numbers and dividing the result by the amount of numbers. She will use a variable, avg, to store this average. Which variable type would be most suitable for avg?

a.String
b.Floating Point (Float)
c.Boolean
d.Integer (Int)

Solved
Show answers

Ask an AI advisor a question