Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

JAVA. No loops , just basic java. Follow instructions exactly. Assignment 11.1: What's Your Sign? (10 pts) For this assignment, let's write an astrology program

JAVA. No loops, just basic java. Follow instructions exactly.

image text in transcribed

Assignment 11.1: What's Your Sign? (10 pts) For this assignment, let's write an astrology program Welcome the user (see sample output below) Prompt the user to enter a numerical value (1-12) for the month of his/her birth (see sample output) Prompt the user to enter a numerical value (1-31) for the day of his/her birth (see sample output) Then, determine the user's sign based on their input. IX X Aries Taurus Gemini Cancer March 21-April 19 April 20-May 20 May 21 -June 21 June 22 - July 22 Leo July 23 - August 2 August 23 - September 22 Virgo Libra September 23 - October 22 October 23 November 21 Scorpio Sagittarius November 22 - December 21 Capricorn December 22 -January 19 Aquarius January 20 February 18 Pisces February 19 - March 20 .Expect to need to use if, else if and else statements . Expect to use logical operators (&&, |I) . Submit your source code in a file called Sign.java to Canvas when finished Your sample output must be identical to mine What's your sign? Please enter the month of your birth (1-12): 3 Please enter the day of your birth (1-31): 3 Your Sign is Pisces

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Databases Object Oriented Deductive Hypermedia Technologies

Authors: Kamran Parsaye, Mark Chignell, Setrag Khoshafian, Harry Wong

1st Edition

0471503452, 978-0471503453

More Books

Students also viewed these Databases questions

Question

7. Explain why retirees may be valuable as part-time employees.

Answered: 1 week ago

Question

3. Provide advice on how to help a plateaued employee.

Answered: 1 week ago