Dog happiness
Body:
Find average dog happiness, and the happiest and saddest dogs.
(If you were logged in as a student, you could submit an exercise solution, and get some feedback.)
Find average dog happiness, and the happiest and saddest dogs.
(If you were logged in as a student, you could submit an exercise solution, and get some feedback.)
Compute stats for price data.
(If you were logged in as a student, you could submit an exercise solution, and get some feedback.)
Write a program to find the total, highest value, and lowest value of a data set.
(If you were logged in as a student, you could submit an exercise solution, and get some feedback.)
Remember indexes? Use a variable to refer to another piece of data. For example:
Cells(row + 3, column + 2)
You've seen loops that change numbers, like this:
Put them together.