static data members;

Create following static data members:
Balance to show balance.
New Balance to get New balance from the user.
Adjustment in order to do the adjustment in balance.
Annual Interest Rate is used for the calculation of the interest.
Interest data member to show the interest amount


in the above lines, i m failed to understand that what does the static data members means, and how can we declare them in our program,

how can we declare them in our program
C++ syntax isn't much hard: static something
can some body give me the proper declaration of the following:::::::

Create following static data members:
Balance to show balance.
New Balance to get New balance from the user.
Adjustment in order to do the adjustment in balance.
Annual Interest Rate is used for the calculation of the interest.
Interest data member to show the interest amount



Also, please don't post the same topic on multiple forums.
Topic archived. No new replies allowed.