Question: 1. Create a Java project called ProgrammingAssignment3 and create a Java class called PAQuestion1 Write a Java program that reads sequence of integers from user








1. Create a Java project called ProgrammingAssignment3 and create a Java class called PAQuestion1 Write a Java program that reads sequence of integers from user until user enters a negative number and store them in an integer ArrayList. Then display the value store in each element using a bar chart. For example, if user input 2,5,3,8, 4 and -1 as the input values your program should display the bar chart as follows. 1 2 3 4 5 1 2 3 1 2 3 4 5 6 7 8 1 2 3 4 2. Create another Java class called PAQuestion2 within the same project ProgrammingAssignment3 Write a Java program as follows. a. Declare integer 2D array with 5 rows and 5 columns. b. Initialize the array elements to random integers between 1 and 10. c. Perform the tasks given below. i. Display all the elements in the 2D array as a table of rows and columns ii. Display the row index and column index of all the even integers in the 2D array. ili. Find the sum of first row
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
