The problem is:
"Design a class whose instance stands for one pack of cards and an other class whose instance stands for one card. Your program choose two cards randomly and output the result of comparison of the chosen cards. The suits order is spade >heart > diamond > club. The comparison should consider suits first and then points.
Hint: The method "public int nextInt(int n)" in "java.util.Random" can be used to get an random integer number r between 0 and n.(0 <= r < n) ".
I'M HOPING SOMEBODY CAN HELP ME WITH THIS.I'M A NEWBIE TO THE JAVA COURSE I'M TAKING.I WOULD REALLY APPRECIATE IT,PLEASE.:(:confused::o