Design a class named account that contains: # - a private int data field named id for the account. # - a private float data field named balance for the account. # - a private float data field named annualinterestrate that stores the current interest rate.
Answers
Answered by
0
class account
{ int id;
float balance,annualinterestrate;
};
Similar questions
Environmental Sciences,
7 months ago
History,
7 months ago
Math,
1 year ago
Math,
1 year ago
Hindi,
1 year ago