Respuesta :
Please take down this question. It is a test question and posting it on this forum is considered cheating.
Answer:
The program to this question can be given as:
Program:
Code is given in image
Explanation:
The description of the above JavaScript program can be given as:
- In the above program, we define a function that is "divide". Inside a function, several variables is define that is "n1,n2,n3, div, and i".
- The n1, n2, and n3 variables are used for taking input from text-fields and use a for loop for calculating the range between n1 to n2 variable.
- Inside a for loop we use if block that checks the range value is evenly divisible by 5.
- After calculating value we use the div variable that prints value in div section which is used in HTML.

