Exercise 1 Display the value of $num2 The value of num2 = \($num2\); Exercise 2 The Output is all on one line. To display on two lines do the following. The symbol $BR is a line break. Replace The value of num1 = \( $num1 \); with The value of num1 = \( $num1 \); $BR Exercise 3 Add a line break to all lines of code Exercise 4 Display the sum of the num1 and num2 Add the following block $num3 = $num1+$num2; BEGIN_TEXT The value of num1 + num2 = \($num3\); $BR END_TEXT