You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a structure declaration to hold the following data about a savings account: Account Number (string object), Account Balance (double), Interest Rate (double), and Average Monthly Balance (double). Take input from user and display in program using functions.