You can use ____ arguments to initialize field values, but you can also use arguments for any other purpose.
A. object
B. constructor
C. data
D. field
Answer: B
You might also like to view...
Which of the following is used to create a secure connection between a client and a host?
A. VLAN B. Proxy server C. IIS server D. VPN
A large company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9% of their gross sales for that week. For example, a salesperson who sells $5,000 worth of merchandise in a week receives $200 plus 9% of $5,000, or a total of $650. You’ve been supplied with a list of the items sold by each salesperson. The values of these items are as follows:
Develop a C# app that inputs one salesperson’s items sold for the last week, then calculates and dis- plays that salesperson's earnings. There’s no limit to the number of items that can be sold by a salesperson.