Instructions on how to submit your answers: Only your first submission will be graded, log into D2L and upload your subm
Posted: Tue Jul 12, 2022 8:05 am
Instructions on how to submit your answers: Only your first submission will be graded, log into D2L and upload your submission under homework#1. Please put all your Java files into one folder (use zip utility), zip the entire folder and then upload your zipped folder. Write a Java program for each of these cases: 1. To insert a value into a one-dimensional array of integers. The new value and the index are the inputs and should be provided from the keyboard. 2. To copy a 1*9 array into a 3*3 array and display the new array. 3. To check if two one-dimensional arrays are the same.