Adding the code needed to make your calculator function (continued from part one) Here's the code used: Option Explicit On Public Class Form1 Dim FirstNumber As Single Dim SecondNumber As Single Dim AnswerNumber As Single Dim ArithmeticProcess As String Private Sub cmd1_Click(ByVal...