' In this task we wil use Microsfot Visual Studio
' TASKS:
'
' first create 2 text boxes (namex Texbox1 and Textbox2) in your editor
' add a button, click on it and add the below code
Dim A As Double = CDbl(Textbox1.Text)
Dim B As Double = CDbl(Textbox2.Text)
' add a small code that will transform the values to string and integer values