Question: In java please Program 1: Write a program that creates an integer array of length 20, fills the array with the sequence of values (shown

In java please
Program 1: Write a program that creates an integer array of length 20, fills the array with the sequence of values (shown below) using a for loop, and then loops through the array printing out the values. Use a for-each style for loop to print out the values 1. First 20 Fibonacci Numbers (1.1,2,3.5,8.,.. 2. First 20 prime numbers (2, 3, 5,7,11.,.. 3. 20 random integers between O and 9 inclusive 4. First 20 powers of 2 5. A list of number of your own choice
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
