C# programmer
Budget: $30 – $250 USD
its just a little forms project in visual studio. honestly i would prefer a tutor but theyll schedule me after the assignments due date. please highlight and/or comment what you add to my existing files this is the prompt:
The graphical user interface should initially allow the user to input
the account name, number, and initial balance. Ensure that the full name
is entered for the customer and that only numeric values are entered for
number fields when the Create Account button is selected. Separate the
business logic from the presentation layer by creating a Customer class.
Include a deposit to and withdraw from methods in the Customer class
to keep the balance updated. After an object of the Customer class is
instantiated, provide textbox objects on your GUI for withdrawals and
deposits. A second button should be available to update the account for
withdrawal and deposit transactions showing the new balance. Comment on every line regarding what that line is used for and how the Form.cs and the program.cs files relate to one another
use visual studio
The graphical user interface should initially allow the user to input
the account name, number, and initial balance. Ensure that the full name
is entered for the customer and that only numeric values are entered for
number fields when the Create Account button is selected. Separate the
business logic from the presentation layer by creating a Customer class.
Include a deposit to and withdraw from methods in the Customer class
to keep the balance updated. After an object of the Customer class is
instantiated, provide textbox objects on your GUI for withdrawals and
deposits. A second button should be available to update the account for
withdrawal and deposit transactions showing the new balance. Comment on every line regarding what that line is used for and how the Form.cs and the program.cs files relate to one another
use visual studio