hi ol
my name is yasin and am currently working on a java task for a friend.
the scenario is:
there are two threads thr1 and thr2 and one array arr1 with a capacity of 100.
the array is populated with random numbers in the range of 1-100.
the objective of the task is to find all the numbers in the array arr1 which are in the range of 70-80 using the thread thr1 and to send these numbers to the second thread thr2.
Any ideas/advice will highly be appreciated.
thanks.
my name is yasin and am currently working on a java task for a friend.
the scenario is:
there are two threads thr1 and thr2 and one array arr1 with a capacity of 100.
the array is populated with random numbers in the range of 1-100.
the objective of the task is to find all the numbers in the array arr1 which are in the range of 70-80 using the thread thr1 and to send these numbers to the second thread thr2.
Any ideas/advice will highly be appreciated.
thanks.
Comment