00:01
Hello students, firstly you need to add the text box, a button and the two label controls to the main window in your universal windows project.
00:12
So for that you can do this by opening the main page by the name this xamainpage .xaml.
00:23
You can create a file by a main page .xaml file containing this text into that file.
00:38
So you need to type this file, these lines, this code in the file of mainpage .xaml.
00:47
So here you can do this by opening the file and dragging and dropping the controls from the toolbars.
00:54
You can also type or by writing the dragging or by dropping the toolbars.
01:00
So next you need to double click on each of the buttons to create an event handler for this.
01:06
For the buttons click event.
01:08
In the event handler you need to get the numeric value entered by the user from the text bar.
01:14
So after that controlling you need to calculate the square root of the number and display the results in the first table control.
01:22
So this is all about this xaml file.
01:25
So for that next we will go to encode.
01:28
We will write this code in a c sharp.
01:32
So here we will create a function, a main function where you are inserting your input value.
01:41
So that is in a form of a text box.
01:45
So that is being converted into the double.
01:49
So here the result of the calculated square input, it is stored in a double of result form...