0
Please help me for this question.display the names of the students whose ages are between 15 – 25.
Write a JavaScript program to input the names and ages of 10 students into the program and display the names of the students whose ages are between 15 – 25.
2 Respuestas
+ 2
U can use for loop to take a input of 10 students
To display names between 15-25 u can use if statement
+ 2
Hint: use for loop and if condition