I need a simple app where a user inputs three numbers
I have done the layout and design but can’t figure out the blocks
When i basically need it to do is
User input 1 divided by user input 2 = x
user input 3 divided by x
Show result
I need a simple app where a user inputs three numbers
I have done the layout and design but can’t figure out the blocks
When i basically need it to do is
User input 1 divided by user input 2 = x
user input 3 divided by x
Show result
Try
Before Button Clic the textboxes are empty, you can not initialize a variable with them.