Search:

Type: Posts; User: Reino17

Search: Search took 0.12 seconds.

  1. Replies
    1
    Views
    3,686

    ArrayList problem

    **At the very bottom is my question**

    I have a text file called "Employees.txt" and it is set up like this:

    2014 Employee Weaver,Earl 2000
    2015 Salesman Murray,Eddie 3000 1000000
    2015...
  2. How to build an array and use it to check a calculation

    I want to build an Array[] with the numbers 1-100;

    After the program turns the String inputAmount ,into a double input, I'm going to divide input by 20 = withdrawIncrement.
    How do I check...
  3. Re: I have about a week to code a few java lines to show my future boss that i know the basics of java, do you have suggestions?

    youtube
    Java Programming tutorial - 1
    Java Programming tutorial - 2
    Java Programming tutorial - 3
    Java Programming tutorial - 4
    Java Programming tutorial - 5
    etc.
    Theres upwards of 60 of...
  4. ATM machine: $20 withdraw increments only calculation

    What does the code looks like?

    should i use if else statements
    if(20)
    ---
    else if (40)
    ----
    else if (60)
    etc.
  5. Replies
    4
    Views
    960

    Re: I dont know how to connect all the pieces

    Thanks for the tip on coding Norm. Also, Thanks for teaching me how to preserve formatting by wrapping my code with


    But I have new questions about my code and where I have gone wrong. Original...
  6. Replies
    4
    Views
    960

    Sorting a text file into an array

    The programs runs and outputs everything perfectly

    But there is one more thing that needs to be added and I dont know where to begin.
    I now need to sort the employees into 2 arrays (2018, 2017)...
Results 1 to 6 of 6