with java code
write The method prints a meaningful title with your name as the
author. The method then generates THREE random numbers 0 - 4 and
reports how many of the numbers are the same.
2-Use a loop to repeat 10 times.
the output should be like this
Title title title by Your Name
4, 3, 4 two are the same
4, 0, 0 two are the same
. . .
2, 0, 4 none are the same
4,...