write a program to build A shared attribute of the objects representing the bank interest rates Initial value is 6.5%

<script> function Bank(){ this.interestRate = 6.5; } </script>

Questions about programming?Chat with your personal AI assistant