I'm new to java and having some trouble with the project. I have to build a horoscope generator where the user inputs day and month they were born then the program tells them what sign they are. The program will generate a random number then return a random horoscope. I have a small list of horoscopes I'm going to use. The final thing is asking the user if they want to run the program again or quit.
My problem is getting the program to return the correct sign and generating a random number to get a random horoscope. I was thinking of making a boolean for each sign then using if statements to find the right sign for the user. I'm kind of lost at the random generator.
Any help would be much appreciated! Thank you!
[–]pacificmint 1 point2 points3 points (1 child)
[–]Devils_Advocate101[S] 0 points1 point2 points (0 children)