[solved]-Create Pdf Notepad File States Purpose Words Specify Input Needed Expected Output Step Ste Q38998828

Create a PDF or NOTEPAD file that states the purpose in your own words, specify input that is needed, expected output, and the step by step process that will obtain the output from the input (the algorithm) for each or the problems below. (Hint you should think about using loops and possibly nested loops). Specify step by step and list conditions under which any loop should continue. You do not have to specify test data for these 4 problems. Remember that you should not use code, but describe the steps needed. Problem 3: Often two arrays need to be added to form a third array. Each element of the third array is the sum of the equivalent elements (same row and column) of the original two arrays For example given the two arrays A and B below, the sum would result in the array C (8 10 8 4 3 7 10 5 4 3 13 3 2 8 0 7 4 4 3 1 3 6 8 3 3 6 7 B = A = 0 10 2 8 6 7 1 2 6 5 9 4 8 7 3 5 9 2 1 2 1 0 15 18 12 12 7 6 15 18 3 13 11 8 4 16 9 A +B C 13 7 10 7 11 10 10 3 11 13 10 Create a process to add two arrays of the same size together assuming you know the number of rows and columns in the arrays. You should refer to each element of the array using the row index and the column index such as A12 is the element in array A on the first row and second generic element of the array as Arc where r refers to the row single assignment statement. column. You should refer to a number and c to the column number. Your process should use a Show transcribed image text Create a PDF or NOTEPAD file that states the purpose in your own words, specify input that is needed, expected output, and the step by step process that will obtain the output from the input (the algorithm) for each or the problems below. (Hint you should think about using loops and possibly nested loops). Specify step by step and list conditions under which any loop should continue. You do not have to specify test data for these 4 problems. Remember that you should not use code, but describe the steps needed.
Problem 3: Often two arrays need to be added to form a third array. Each element of the third array is the sum of the equivalent elements (same row and column) of the original two arrays For example given the two arrays A and B below, the sum would result in the array C (8 10 8 4 3 7 10 5 4 3 13 3 2 8 0 7 4 4 3 1 3 6 8 3 3 6 7 B = A = 0 10 2 8 6 7 1 2 6 5 9 4 8 7 3 5 9 2 1 2 1 0 15 18 12 12 7 6 15 18 3 13 11 8 4 16 9 A +B C 13 7 10 7 11 10 10 3 11 13 10 Create a process to add two arrays of the same size together assuming you know the number of rows and columns in the arrays. You should refer to each element of the array using the row index and the column index such as A12 is the element in array A on the first row and second generic element of the array as Arc where r refers to the row single assignment statement. column. You should refer to a number and c to the column number. Your process should use a
Expert Answer
Answer to Create a PDF or NOTEPAD file that states the purpose in your own words, specify input that is needed, expected output, a… . . .
OR

