Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Task 2 (20 pts) complex boolean expression Create project: HW3_Aries Submit java file: HW3_Aries.java Write a program that reads the month and the day from

image text in transcribed
Task 2 (20 pts) complex boolean expression Create project: HW3_Aries Submit java file: HW3_Aries.java Write a program that reads the month and the day from the user and prints whether or not someone born on that date is under the Aries astrological sign or not. Anyone born between and including March 21 and April 19 is Aries. You can assume that the month and day are given as integer numbers (e.g. do not worry about user enterring March) Hint: write the condition for an Aries date in March. Write the condition for April. Put these two together -Sample run: Enter the month: 3 Enter the day: 21 Aries. - Sample run: Enter the month: 4 Enter the day: 19 Aries. Sample run: Enter the month: 3 Enter the day: 27 Aries - Sample run: Enter the month: 4 Enter the day: 6 Aries Sample run: Enter the month: 3 Enter the day: 40 Not Aries. Sample run: Enter the month: 4 Enter the day: -5 Not Aries Sample run: Enter the month: 2 Enter the day: 27 Not Aries. Extra (for practice, not grade): recognize the month in other formats as well: Mar, March, 3, 03 Apr, April, 4, 04

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

Current Trends In Database Technology Edbt 2006 Edbt 2006 Workshops Phd Datax Iidb Iiha Icsnw Qlqp Pim Parma And Reactivity On The Web Munich Germany March 2006 Revised Selected Papers Lncs 4254

Authors: Torsten Grust ,Hagen Hopfner ,Arantza Illarramendi ,Stefan Jablonski ,Marco Mesiti ,Sascha Muller ,Paula-Lavinia Patranjan ,Kai-Uwe Sattler ,Myra Spiliopoulou ,Jef Wijsen

2006th Edition

3540467882, 978-3540467885

More Books

Students also viewed these Databases questions

Question

3. Job rotation is used for all levels and types of employees.

Answered: 1 week ago