Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction

Instruction

As you know, we can work with the variables that we create. So, for example, we can double the price variable we created earlier, like so:

price <- price * 2

Exercise

Double the value stored in the tip variable.

Stuck? Here's a hint!

Just type:

tip <- tip * 2