Skip to content

Latest commit

 

History

History
 
 

lab7

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors Visitors

Don't forget to hit the ⭐ if you like this repo.

Lab 7: Multiplication and division of two numbers

Create a JavaScript programme that multiplies and divides two numbers. This lab requires you to use a

tag. You must provide two textboxes for users to enter input. This input must only contain numbers. Once the input is entered, the user can click on the Multiply or Divide button. If the user click on the Multiply button, it will perform a multiplication process based on the number entered. If the user click on the Divide button, the Division process will be executed.

Figure 7.1: Form

Figure 7.2: Pictorial Presentation

Contribution 🛠️

Please create an Issue for any improvements, suggestions or errors in the content.

You can also contact me using Linkedin for any other queries or feedback.

Visitors