Divide One Decimal by Another with JavaScript
Now let's divide one decimal by another.
Change the 0.0 so that quotient will equal to 2.2.
Tests
- Waiting: 1. The variable
quotientshould equal2.2 - Waiting: 2. You should use the
/operator to divide 4.4 by 2 - Waiting: 3. The quotient variable should only be assigned once
/** * Your test output will go here */