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

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 fix it? Please only use if and if else statements. Thank you
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 fix it? Please only use if and if else statements. Thank
you class zodiacsign \{ usages public static void main(String[] args) \{ Scanner

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!