Question
Instructions These chapter exercises will reinforce Java Programming concepts/skills on working with Arrays. In this assignment you demonstrate your understanding of working with Arrays in
Instructions These chapter exercises will reinforce Java Programming concepts/skills on working with Arrays. In this assignment you demonstrate your understanding of working with Arrays in JAVA by completing the tasks below and answering the questions. Part 1: One Dimensional Arrays Create an Array of 10 random whole numbers between 1-100. You either select them or use the random function for bonus points). Create a method to find the average of the 10 numbers. Display the average to the screen. Create a method to find the min and the max. Display the min and max to the screen. Sort the Array from low to high and display the the numbers on the screen. Reverse the Array sort from high to low and display the numbers on the screen. Note: Steps 2-5 Can be completed in any order you feel is best suited to accomplish the task Part 2: Multi Dimension Arrays Create a multi dimension array that consists of 2 rows and 5 columns. Load 10 random whole numbers between 1-100 into the multi dimension array. Create a method to find the sum of the numbers in the array. Find the smallest number in the array. Search your an array for any odd number and display them on the screen along with their position in the array. Note: Steps 3-5 Can be completed in any order you feel is best suited to accomplish the task In completing this assignment answer the following questions and submit a document along with your source code containing the following elements: Where you able to accomplish each of the above tasks? If no, which one(s) did you struggle with and what did you do to seek out help? Which of the above tasks did you find most challenging? Which algorithms did you use from chapter 2's reading? Submit a screen shot of each of your programs: Source code Running showing the results to each of the tasks. Subject: Data Structures and Algorithms
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started