Finish this program that outputs the result of adding, subtracting, multiplying, and dividing the two variables, a and b.
Read the blocks provided in this this program. Then add the basic blocks to store four number variables for the sum, difference, product, and quotient. Then output the results in the following format.
Drop in four number variable blocks and edit the names. Then on the right of the equal sign of each block, calculate the sum, difference, product, and quotient of a and b. Then add four output blocks and edit them so they output the results in the same format listed in the problem. For example, your code might look sometime like, number sum = a + b output "Sum: " + sum