(C++11 List Initializers) Write statements that use C++11 list initialization to perform each of the following tasks:
a) Initialize the unsigned int variable studentCounter to 0.
b) Initialize the double variable initialBalance to 1000.0.
c) Initialize an object of class Account which provides a constructor that receives an unsigned int, two strings and a double to initialize the object’s accountNumber, firstName, lastName and balance data members.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.