Advertisement
Advertisement
Advertisement
Answer in Brief
Discuss the following and Answer the question.
A teacher has asked a student to create a web page to accept number and check whether it is between 50 to 100.
- List the variable, operators to be used.
- Specify the built-in function used and structure used.
Advertisement
Solution
var number;
if(number > 50 && number < 100)
Concept: HTML Forms
Is there an error in this question or solution?