Can someone make me a program of zodiac signs using Java Programming?
?
2010-07-11 06:58:48 UTC
it should be like this: input your birthday then it will output the zodiac signs. thanks for the help!
Four answers:
Matt
2010-07-11 12:36:13 UTC
I'll tell you some logic to the program, and you can do it yourself. Even if you don't know anything about java, you could probably figure this out in under an hour.
Get the user to enter the required information, then just do some if statements. I think you'd just have to do stuff like
if( year % 12 == 0 ){
//you're a... something
}
but I don't know the zodiacs. IT just repeates every 12 years, right? so it shouldn't be difficult. Just a modulo, and if.
Bulipap
2010-07-11 07:21:11 UTC
Well you could always try to learn Visual Basic 2008.. It's really easy, fun, and the best thing is that you can yourself customize your program to your likings. Don't bother about Java, #C, or C++, their little bit harder...
I know this wasn't what you wanted but it's a good advise!
- Bulipap
?
2016-04-17 09:22:21 UTC
You design the interface of the program well by inserting zodiac images and other symbols. Then get input and provide validations for the input. Process on the input and then display the information like what will be the future for current user by taking parameters like name, birth date and time, day of the birth. Hope this will help you . :-)
gaiacarra
2010-07-11 19:40:28 UTC
No, I won't do your homework for you.
However I will tell you that your first step should be (this is how I'd do it anyway) to convert the user-inputted birthday into a number between 1 and 366.
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.