Introduction To Programming Write a program that will receive two numbers from a user, calculate the sum, difference, product, and quotient of the numbers. The program will display the two input numbers and the calculated results with identifying text.
The List of Input Variables:
The List of Output Variables:
The Process Checklist:
Write the JavaScript code based on everything you've done. Your code must follow the course coding standards.
Entered Numbers: 12, 10
Sum: 22
Difference: 2
Product: 120
Quotient: 1.2