//1. Declare an array arr1 and initialize it to 1, 2, 3, 4, 5, 6, 7, 8, and 9//2. Declare another array arr2, the same length as arr1, without// giving it any initial values.//3. Using a for loop print arr1 displaying all elements on one line,// separated by a comma. (Commas must be placed only between numbers.)//4. Using a while loop print arr2 displaying all elements on one// line, separated by a dash. (Dashes must be placed only between numbers.)//5. Using a for loop, copy all the values of arr1 into arr2 in reverse// order. DO NOT print on this step.//6. Using a do/while loop, print arr1 displaying all elements on// one line, separated by a comma.//7. Using a for loop, print arr2 displaying all elements on one line,// separated by a dash.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter9: Advanced Array Concepts
Section: Chapter Questions
Problem 14RQ
icon
Related questions
Question

//1. Declare an array arr1 and initialize it to 1, 2, 3, 4, 5, 6, 7, 8, and 9


//2. Declare another array arr2, the same length as arr1, without
// giving it any initial values.


//3. Using a for loop print arr1 displaying all elements on one line,
// separated by a comma. (Commas must be placed only between numbers.)


//4. Using a while loop print arr2 displaying all elements on one
// line, separated by a dash. (Dashes must be placed only between numbers.)


//5. Using a for loop, copy all the values of arr1 into arr2 in reverse
// order. DO NOT print on this step.


//6. Using a do/while loop, print arr1 displaying all elements on
// one line, separated by a comma.


//7. Using a for loop, print arr2 displaying all elements on one line,
// separated by a dash.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 4 images

Blurred answer
Knowledge Booster
Arrays
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT