Taking a introduction to visual basic 2010 class


Taking a Introduction to Visual Basic 2010 class. This code has to be written in VB. I have tried everythign and just cant get this to work using the message box pop up,etc. Any help would be apprciated.

Effective January 1st of each year, Gabriela receives a 5% raise on her previous year's saiary. She wants a program that both calculates and displays the amount of her raises for the next 3 years. Display the raise amounts in message boxes. Display her total salary
for the 3 years in a label control.

a. List the output and input items, as well as any processing items, and then create an appropriate algorithm using pseudocode.
b. Create a Visual Basic W.indows application. Use the following names for the solution and project, respectively: Raise Solution and Raise Project. Save the application in the -learlyVB2010Chap12 folder. Change the name of the form file on your disk to frmMain.vb. If necessary, change the form's name to frmMain.
c. Create a suitable interface. include a text box for entering the initial salary amount.
Also include an Exit button. Code the Exit button's Click event procedure and the problem's algorithm.
d. Save the solution and then start and test the application. (Hint: For an annual salary of i0000, the raise amounts are $500.00, $525.00, and $551.25' The total salary is $33,101.25.) Close the Code Editor window and then close the soiution.

Request for Solution File

Ask an Expert for Answer!!
Visual Basic Programming: Taking a introduction to visual basic 2010 class
Reference No:- TGS0117297

Expected delivery within 24 Hours