INFS 2600 Visual Studio Assignment 4
Create a new GUI application in Visual Studio to Project Raises for Employees
Write a GUI program named ProjectedRaisesGUI that allows a user to enter an
employee's salary. Then display, with explanatory text, next year's salary, which
reflects a 4 percent increase.
For example, if the current salary for the employs is set to 25000 by the end user,
the output (shown after clicking the button) should be:
Next year's salary for the employee will be $26,000.00.