Question: Exercises 1. Write a JavaScript program that decides what parking permit a student must use based on the following criteria a. Freshmanred b. Sophomore blue

Exercises 1. Write a JavaScript program that decides what parking permit a student must use based on the following criteria a. Freshmanred b. Sophomore blue C. Junior green d. Seniorviolet If the student does not belong to any of the above categories (e.g., graduate student) the student will receive a yellow parking permit. Write a program that reads three numbers and prints "yes" if the numbers are in increasing order and "no" otherwise. For example, 10 17 19 are in increasing order; 10 3 20 are not. Write a JavaScript program that prints odd numbers between 1 and a number provided by the user. Write a JavaScript program that creates an HTML table of odd numbers. 2. 3. 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
