Question: Write JavaScript code for calculating the income tax using if else if else statement. Write code to add a loop that repeatedly calculates income taxes
- Write JavaScript code for calculating the income tax using if else if else statement.
- Write code to add a loop that repeatedly calculates income taxes for different taxable incomes until you enter 10000000 to a prompt window to stop it.
- Not using $ sign and comma in the code
- Need a prompt and alert window
- Here's my code
- I still have a problem to end the loop, and could anyone help me to simplfy my code as well.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
