Programming is something that will always go over my head. I have a general idea, but need some help with the coding.
I need to create an application that will display the square and square root of a number.
*I mostly need help with how to write the code for calculating the square and square root of a number
The application must use two forms.
The first one should prompt the sudent for their name and should resemble a standard dialog box.
The name must also be displayed on the main form when the main form is run.
The main form should include a Square/Square Root button, a Print button, and an Exit button.
Use the InputBox function in the Square/Square Root button to prompt the user for the number.
The application should also display both the square and square root of the number.
The print button should send the focus to the Square/Square Root button.
Any help would be greatly appreciated. :]

