Re: Family Income Project
help please thanks.. U guys rock!
Re: Family Income Project
Make sure to surround your code in highlight tags. This is done like so:
[highlight=Java]Your code here[/highlight]
You have cross-posted in this subforum. Cross-posting is allowed between totally different sites, but not in multiple subforums. You should read this.
Finally, when asking questions, be smart about it. None of us here knows what the problem is with your code; you haven't described what it does. Do you get errors? What is the actual output vs. the expected output?
Re: Family Income Project
I've deleted your duplicate post. Please read this, which you should have done before posting in the introduction forum: http://www.javaprogrammingforums.com...e-posting.html
Also, please read the link in my signature about asking questions the smart way before you post again.
Re: Family Income Project
Quote:
Originally Posted by
snowguy13
Make sure to surround your code in highlight tags. This is done like so:
[highlight=Java]Your code here[/highlight]
You have
cross-posted in this subforum. Cross-posting is allowed between totally different sites, but not in multiple subforums. You should read
this.
Finally, when asking questions, be smart about it. None of us here knows what the problem is with your code; you haven't described what it does. Do you get errors? What is the actual output vs. the expected output?
I think i know where this guy is coming from. i have got a similar assignment and am stuck at the same point as him.
So, we are to write a java application over family income.
A menu of 4 choices, as he showed.
If choice is 1, user will be promted to enter the month and then to enter the salary earned.
Total number of person entered should not exceed 8.
An empty entry on the "Enter person" prompt should allow user to break out of the loop.
If choice is 2, user will be prompted to enter the month. Detailed information of the month's salary will be listed.
For example.
Enter month (1 for jan - 12 for dec) :1
Family income for Jan :
Father 2000
Mother 1500
Total family income for tge month of Jan is $7800
________________________________________
If choice is 3, the program will generate a list of monthly total salary earned entered for the month so far.
If choice is 4 the program will display goodbye message and exit the program.
Re: Family Income Project
lols... i found it guys iam done with it thanks!