User Profile

Collapse

Profile Sidebar

Collapse
thegreatest21
thegreatest21
Last Activity: Aug 7 '07, 02:41 PM
Joined: Aug 2 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I have been doing it completely wrong!
    Wow. Thanks for the heads up.
    See more | Go to post

    Leave a comment:


  • thegreatest21
    started a topic How do I store values into three arrays?
    in Java

    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,...
    See more | Go to post

  • thegreatest21
    replied to Need Urgent Help With Arrays
    in Java
    Thank You Very Much BlazedAces! :D
    See more | Go to post

    Leave a comment:


  • thegreatest21
    replied to Need Urgent Help With Arrays
    in Java
    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;

    Code:
    System.out.println("Please Enter In Your First Name: ");
    
                     String firstName = bufRead.readLine();
    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...
    See more | Go to post

    Leave a comment:


  • thegreatest21
    replied to Need Urgent Help With Arrays
    in Java
    I want to use an ArrayList and the other thing is householdIncome is as a double. I forgot to mention that sorry....
    See more | Go to post

    Leave a comment:


  • thegreatest21
    started a topic Need Urgent Help With Arrays
    in Java

    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
    ...
    See more | Go to post
No activity results to display
Show More
Working...