Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

need help with the coding portion of both. For part 1 my labels are named: Enter

ID: 3887482 • Letter: N

Question

need help with the coding portion of both.

For part 1 my labels are named: EnterNumberLabel, MainFloorLabel, CallNumberResult. My textbox is labeled: CallNumberTextBox. My button is labeled: GetLocationButton.

The following table shows the location of books in the library stacks according to their call numbers Create a Windows Form Application "CallNumnber" that asks user to input the call number of a book and display the location of the book 1) Create a Windows Form Application "CallNumber". 2) Design and define the GUI, name each control appropriately by including the control type in the name. For example CallNumberTextBox. Modify the other properties if needed 3) Create and define GetLocation buttonclick event handler method by double clicking the Get Location button in the design view. Perform the following tasks in this event handler method a, Declare variable for call number which should be an Integer number b. Get input data (call number of a book) from the TextBox and save it in the call number variable declared in the previous step. Suppose user will always input numeric integer number c. Define selection statements to determine and display the location of the book. You are required to use "Select ...Case..." statements, 4) Save and test your program. 5) Compress the root folder and submit the zip file Follow the Interest Calculator Application example, create a “Present Value Calculator" windows form application. A bank wants to show its customers how much they would need to invest now (that is, the "present value") to achieve a specific financial goal (that is the “future value") in 5, 10, 15, 20, 25 or 30 years. User must provide their financial goal (future value), interest rate and the length of the investment in years. This application will calculate and display the principle (initial investment) needed to achieve the user's financial goal 1) 2) Create a new Windows Form Application "Present Value Calculator" 2. Design and define the GUI similar to the following form User will enter future value, interest rate and select years from the NumericUpdown control The NumericUpDown control will display year value, the minimum value is 5, maximum value is 30, and increment value is 5 After clicking the Calculate button, application will calculate and display the investment for 5 10, 15 and 20 years if user selected 20 years from the NumericUpDown, You are required to use For...Next statement to perform the calculation The formula to calculate the present value is Where p amount needed to achieve the future value. a-- future value amount. r -- annual interest rate(If user input 5 which means 5%, you need to convert it to percentage in calculation 5/100) n - the number of years the money will be invested You may use this code to calculate present value presentValue futureValue/ ((1(rate /100)) counter

Explanation / Answer

input type="text"

input type="checkbox"

input type="radio"

input type="file"

input type="password"

textarea

select