Computer Science, asked by samarthhatturep9qzyf, 1 year ago

a teacher has asked a student to create a web page to accept number and check whether it is between 50 to 100​

Answers

Answered by genius54321
16

Answer:

var no;

if (no>=50&&no<=100)

Explanation:

The student have to use these variables and operator.

Similar questions