You are going to create a simple calculator that can Add, Subtract, and Multiply.
Requirements:
* You will have one section (
) for each math operation (so 3 sections) total
* Each section has two inputs to take the first and second numbers
* Each section will have a button to perform the operation