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 integer variables for the sum, difference, product, and quotient. Then output the results in the following format.
Sum: 49 Difference: 15 Product: 544 Quotient: 1
Coding:
Hotkey Shortcuts
Move BlocksUP or DOWN or TAB
Run Program ALT + SHIFT + R
Stop Program ALT + SHIFT + S
Hide Tray ALT + SHIFT + X
Zoom In ALT + +
Zoom Out ALT + -
Open Help ALT + SHIFT + H
Navigate to Tray ALT + 1
Navigate to Blocks ALT + 2
Enter Navigation Mode SHIFT + ENTER
Blocks
Hint
Great job!
Try again
Drop in four integer 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.