Question: Write a program that has two arrays with size 6 and numbers inside arrays from Random class from 1 until 9. Print these two arrays.
Write a program that has two arrays with size 6 and numbers inside arrays from Random class from 1 until 9. Print these two arrays. Write at least one method to store numbers from these two arrays into new array without repeating number. useng (c#)
Q1 (10): Write a program that has two arrays with size 6 and numbers inside arrays from Random class from 1 until 9. Print these two arrays. Write at least one method to store numbers from these two arrays into new array without repeating number. Microsoft Visual Studio Debug Console First Array 19 8 3 3 1 4 Second Array 99 3 5 3 9 Removed Repeating Numbers 1 3 4 5 8 9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
