Question: Java language Lab Assignment: that reads 10 integer values from a file and stores them in an array called ages. Write a new method called
Lab Assignment: that reads 10 integer values from a file and stores them in an array called ages. Write a new method called printArray that receives the ages array and prints the content of the array separated by commas (No comma at the beginning or end of the line). File Sample: 30 output sample) Ages: 5,7, 18,30, 5,78, 8,22,6,90 write a method called Sort1 that will use the array ages. This method will arrange all the ages in the array from youngest to oldest and return a new array called sortedAges. Print new arranged values by calling the method printArray with parameter sortedArray. output Sample) Ages: 5,5,6,7,8, 18,22,30, 78, 90 Part In main method, create a two dimensional array of length 5 rows by 5 columns with the 3) the printArray2 to print the content of the array in matrix values shown below. write a method called print form. output sample) 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
