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.

  1. The app will exit as long as you have entered 3 even numbers.
  2. 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.
  3. 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!