Question: Write down some JavaScript codes that let you enter as many as numbers as possible. Also, implement the following codes. The app will exit as
Write down some JavaScript codes that let you enter as many as numbers as possible. Also, implement the following codes.
- The app will exit as long as you have entered 3 even numbers.
- After the loop has ended, the app will also count and show the number of negative values (e.g. any number less than 0) you have entered.
- The app will also indicate whether all the numbers you have entered are in increasing order (e.g., 1,4, 8, 10, etc.: that is, the number you're entering now is larger than the previous number you've entered).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
