Session Ready
Exercise

Finding the average revenue

Variables can be used to store information and efficiently recover and manipulate stored values.

The revenue of three companies have been stored in three variables: revenue_1, revenue_2, and revenue_3.
Let's calculate the total revenue and the average revenue of these companies.

Instructions 1/2
undefined XP
  • 1
  • 2

Create a new variable, total that represents the sum of revenue_1, revenue_2 and revenue_3.