Question: I am trying to code a java program where it determines someone's zodiac sign. However, I keep getting errors. Can someone review my code and


![you class zodiacsign \{ usages public static void main(String[] args) \{ Scanner](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f3bc0b3c910_41866f3bc0aca495.jpg)
class zodiacsign \{ usages public static void main(String[] args) \{ Scanner input = new Scanner (System.in); II Asking the user for their birth month System.out.print ("Enter your birth month"); String birthMonth = String.valueof (input. nextInt() I/ Asking the person what day they were born on System.out.print("Enter birth date "); int birthDay = input. nextInt(); //Determining what the person's zodiac sign is String zodiacsign =n; If (birthMonth, equals ("january")) \{ if (birthDay
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
