Social Sciences, asked by avneethudda, 10 months ago

Write a java assignment statement that will set the value of the variable interestAmount to the value of the variable balanceAmount multiplied by the value of the variable rate. The variable are of type double.​

Answers

Answered by gangavilla5989
2

Answer:

I think this is this question is about simple interest compound interest

Answered by diva0007
2

Answer:

double interestAmount= balanceAmount*rate

Explanation:

Similar questions