Now, we'll need to set result to num_1 + num_2.
num_1 + num_2
Make sure to pick result followed by = and then num_1, +, num_2.
result
=
num_1
+
num_2