Need help for a project

I am doing a project where it involves random numbers to be inserted and then added and divided, etc. How would I be able to make a globalized variable that allowes random numbers to be inserted rather than just a set number.

This?

I’m not sure. On the app itself, I can enter 30 and 15 than they’ll add up for 45. But I have the ability to enter any value so it could be 20 and 10.

Use two TextBoxes to enter new numbers.
The Textbox1.Text contains the first number.

1 Like