Create a SavingsAccount class. Use a static data member annualInterestRate
to store the annual interest rate for each of the savers. Each member of the class
contains a private data member savingsBalance indicating the amount the saver
currently has on deposit. Provide member function calculateMonthlyInterest
that calculates the monthly interest by multiplying the balance by
annualInterestRate divided by 12; this interest should be added to
savingsBalance. Provide a static member function modifyInterestRate that sets
the static annualInterestRate to a new value. Write a driver program to test
class SavingsAccount. Instantiate two different objects of class SavingsAccount,
saver1 and saver2, with balances of $2000.00 and $3000.00, respectively. Set
the annualInterestRate to 3 percent. Then calculate the monthly interest and
print the new balances for each of the savers. Then set the annualInterestRate to
4 percent, calculate the next month's interest and print the new balances for
each of the savers.
C6H12O6 +6O2 --> 6CO2 +H2O
If 54.1 grams of CO2 is produced in the reaction above, how many grams of H2O are produced in this reaction?
How many grams of oxygen are produced in the decomposition of 45.3g of potassium chlorate (KClO3)?
Write a program to determine if the given grade is within the range of 1.00 to 5.00
A series combination of two uncharged capacitors are connected to a 15-V battery, 300uJ of energy is drawn from the battery. If one of the capacitors has a capacitance of 5.0uF, what is the capacitance of the other?
Since Dalton believed that all matter was composed of atoms, indivisible and indestructible building blocks, What if Dalton had been correct what would Rutherford have expected from his experiments with gold foil?
Multiply out (3x3 + 4x - 5)(2x3 - 8x2 + 2) using polynomial long multiplication.
show that p⟷q and (p^q) V (¬p^¬q) are equivalent.
A chemist encounters an unknown metal. They drop the metal into a graduated cylinder containing water, and find the volume change is 5.3 mL. If the metal weighs 6.8 g, what is the density of the metal in g/mL?
Use the Gauss-Jordan process to determine for which value (s) of λ will the following system have no solutions?
"\\begin{bmatrix}\n 1 & 2 & -3 & 4\\\\\n 3 & -1 & 5 & 2\\\\\n 4 & 1 & \u03bb2 -14 & \u03bb +2\n\\end{bmatrix}"