Write some code (in BlueJ) to test the generation of random numbers. To do this, create a new class called RandomTester. You can create this class in the tech-support1 project, or you can create a new project for it—it doesn’t matter. In class RandomTester, implement two methods: printOneRandom (which prints out one random number) and printMultiRandom(int howMany) (which has a parameter to specify how many numbers you want, and then prints out the appropriate number of random numbers).
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.