//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.

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter8: Arrays
Section: Chapter Questions
Problem 4MQ2
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
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage