
Variables with Expression Values

1. Let's introduce two new variables named add, multi
. Assign them expressions of sum (+) and product (*), respectively, of the previously declared variables robots, droids
. If you have any trouble, use the hints below description.
2. Utilizing expressions enables you to easily modify the values of robots, droids
later while ensuring accurate values for add, multi
. Feel free to adjust robots, droids
and then press Check Solution. If you express add, multi
correctly, you'll still complete this task successfully.