Problem 6 Create a class Array6. Create an array of type String with 10 elements. Initialize the array with ex- actly 3 random small case alphabetic characters. Print the array once, 10 elements per...


Java Netbeans


Problem 6<br>Create a class Array6. Create an array of type String with 10 elements. Initialize the array with ex-<br>actly 3 random small case alphabetic characters. Print the array once, 10 elements per line separated<br>by a whitespace. Print the array again but the charterers of each array element should be printed in<br>reversed order. Separate each element from each other using a whitespace.<br>Problem 7<br>Create a class Array7. Write a program that reads from the user 5 whole numbers in the range 10 to<br>20 inclusively. Your program prints all the numbers the user entered plus the maximum number in the<br>array together with its array index.<br>

Extracted text: Problem 6 Create a class Array6. Create an array of type String with 10 elements. Initialize the array with ex- actly 3 random small case alphabetic characters. Print the array once, 10 elements per line separated by a whitespace. Print the array again but the charterers of each array element should be printed in reversed order. Separate each element from each other using a whitespace. Problem 7 Create a class Array7. Write a program that reads from the user 5 whole numbers in the range 10 to 20 inclusively. Your program prints all the numbers the user entered plus the maximum number in the array together with its array index.

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here