Write a structure declaration for a structure named Account that holds the following data about a savings account. Include a constructor that allows data values to be passed in for all four members.
Account number (string)
Account balance (double)
Interest rate (double)
Average monthly balance (double)
Now write a definition statement for an Account variable that initializes the members with the following data:
Account number: ACZ42137
Account balance: $4512.59
Interest rate: 4%
Average monthly balance: $4217.07
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.