Monday, December 5, 2011

Can someone make me a program of zodiac signs using Java Programming?

it should be like this: input your birthday then it will output the zodiac signs. thanks for the help!|||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.|||Hey, If you want, I could make the program for you. Just message me.

Report Abuse


|||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|||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.

No comments:

Post a Comment