Computer Science, asked by saksham838383838, 1 month ago

WAP in java TO COPY TWO ARRAYS OF 4 DIGITS AND 6 DIGITS IN THIRD ARRAY

Answers

Answered by shivam198655
0

Answer:

you can see that all of answer is correct please branlist bro please

Answered by TheBrainlyKing1
0

Input: arr1[] = { 1, 3, 4, 5}, arr2[] = {2, 4, 6, 8}

Output: arr3[] = {1, 3, 4, 5, 2, 4, 6, 8}

Input: arr1[] = { 5, 8, 9}, arr2[] = {4, 7, 8}

Output: arr3[] = {5, 8, 9, 4, 7, 8}

Similar questions