I have been doing it completely wrong!
Wow. Thanks for the heads up.
User Profile
Collapse
-
How do I store values into three arrays?
I posted this before and it was not clear so I am posting this again as I need help. And I have turned to thescripts because I have tried all the tutorials on Arrays/ArrayList and have just been even more confused.
Problem:
I am in the process of making a Tax Calculator, where the user enter his details (Name, Income, Number of Children, etc.) and the programe calculates the total amount of tax upon the given values. However,... -
-
Sorry for this...Basicall y I want the data that is being entered to be stored in an ArrayList. For instance, if a name is entered here;
Then I want to be displayed in an ArrayList but I currently am confused by how it is explained in tutorials. If you can show me how an ArrayList...Code:System.out.println("Please Enter In Your First Name: "); String firstName = bufRead.readLine();Leave a comment:
-
I want to use an ArrayList and the other thing is householdIncome is as a double. I forgot to mention that sorry....Leave a comment:
-
Need Urgent Help With Arrays
Right, I am making a Tax Calculator and need an array to store the data that has been typed in when the user is prompted. However, being completely new to Java I am having some difficulty getting to grip with Arrays...so I am here to ask for help and see what help I can get. Here's the code that I already have;
...Code:System.out.println("Please Enter In Your First Name: "); String firstName = buf
No activity results to display
Show More
Leave a comment: