Question: in Javascript Question 19 (8 points) Write and run a Java program that performs the following: Creates an Array A of size 10 Asks the

in Javascript
Question 19 (8 points) Write and run a Java program that performs the following: Creates an Array A of size 10 Asks the user to fill in the array with numbers between 20 and 40 If the number entered is not between 20 and 40 (inclusive), replace it with 0 Prints array A Sample Output Please enter 10 numbers between 20 and 40 21 8 36 25 30 42 33 20 55 30 Array A: 21 0 36 25 30 0 33 20 0 30 Paragraph B 1 UA lili illi 07 + >
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
