Hi,
I have the following label : Label4.Text = String.Concat(userInput1.Text, operatorSymbolsub, userInput2.Text)
Basically, its 2 userinputers dsplaying with the operator they chose (in a calculator).
How do I make it so there is a "=" after the variable input?
so "num1 + num2 = "
I have the following label : Label4.Text = String.Concat(userInput1.Text, operatorSymbolsub, userInput2.Text)
Basically, its 2 userinputers dsplaying with the operator they chose (in a calculator).
How do I make it so there is a "=" after the variable input?
so "num1 + num2 = "