Financial Program to Define a Customer Class For our week 1 assignment, please write a financial program using C++ that defines a class named “customer” that holds private fields for a customer ID number, last name, first name, and credit limit.

Include four public functions with each one setting one of the four fields (ID, last name, first name, credit limit). Do not allow any credit limit over $10,000. Please include a public function that displays a Customer’s data. Write a main() function in which you declare a Customer, set the Customer’s fields, and display the results. Save the file as Customer.cpp.
Grading Rubric
– defines a class named Customer
– private fields for a customer ID number, last name, first name, and credit limit
– four public functions with each one setting one of the four fields
– do not allow any credit limit over $10,000
– public function that displays a Customer’s data
– main() function in which you declare a Customer, set the Customer’s fields, and display the results
These projects are to be completed in your Integrated Development Environment (IDE) (such as Visual Studio), and completed as executable C++ Console Applications so you can compile and run them to see if you have any errors.
We can write this or a similar paper for you! Simply fill the order form!