JavaScript Basic Operations Part 2

Objectives

  • Three input boxes for the user to type three integers (numbers)
  • A button to process the data (numbers) typed by the user
  • A button to clear the form
  • A textarea to display the results of the process

Part 1


Create a webpage that contains the script document.write() to add stylized text to the wepage.

View Part 1

Part 2


Use input fields and Math Object Methods to calculate sum, average, and product of three integers.

View Part 2

Part 3


The objective is to create a tool that allows the user to see the currency exchange rate of the US dollar.

View Part 3