Search:

Type: Posts; User: BlackStones

Search: Search took 0.47 seconds.

  1. My encounter with Mrs. NullPointerException

    Hello companions,

    I've been working on a phone customer billing program for a few days now and I've been able to make considerable progress thanks to the aid of the members on this forum and the...
  2. Thread: halloz!

    by BlackStones
    Replies
    2
    Views
    885

    Re: halloz!

    Welcome to the forum, glad to have you! :-h

    Hopefully you may assist me (or someone like me) in your activity here.
  3. Replies
    2
    Views
    872

    Re: Welcome me!

    Welcome to the forums, its nice to have you!

    I've been 'diving' in for the past month and its quite the swim. It's been pretty much halfway drowning for me but I'm determined to learn the...
  4. Replies
    2
    Views
    976

    [SOLVED] Re: easy question for a pro

    Try this



    //Values stacked (now actually working)
    System.out.println(gold + "\n" + silver + "\n" + bronze + "\n");
  5. Re: Having difficulty with ArrayList method ".contains", any feedback greatly appreciated!

    Hello KucerakJM,

    I have attempted to implement the array solution and was able to gather the data in a (String) line of text. My problem is that I don't know how to use substring or split to...
  6. Re: Having difficulty with ArrayList method ".contains", any feedback greatly appreciated!

    Hello,

    Using an ArrayList is not mandatory so I will use GregBannon's suggestion. Will the array work if the file length varies (if I have a text file with 20 account numbers)?

    I used an...
  7. Having difficulty with ArrayList method ".contains", any feedback greatly appreciated!

    Hello, the objective of my program is to read a file called input_data.txt and to calculate an invoice in which my program will print the results in a formatted text file. I haven't advanced to this...
  8. Re: Experiencing problems w/ Scanner & main, open to any assistance!

    @GregBrannon

    "Programmers like to think they are efficient, but they're basically lazy, and writing the same code over and over again is offensive."

    Lol. :-j

    Also, multiple Scanner objects...
  9. Replies
    36
    Views
    7,970

    Re: Non computer related hobbies

    I'm not much of a fisher but I do enjoy playing basketball and lifting weights. Staying active and eating healthy are usually some of my goals but I pretty much just play sports and lift at my...
  10. Re: Experiencing problems w/ Scanner & main, open to any assistance!

    Thanks for all of your feedback thus far. I am now coding the final section of the program and my objective is to create the last method "partD" to print the following output to a file named...
  11. Thread: Hello

    by BlackStones
    Replies
    3
    Views
    1,058

    Re: Hello

    Welcome to the forum!

    May your Java programming dreams come true! :)>-
  12. Re: Experiencing problems w/ Scanner & main, open to any assistance!

    Hello all,

    After making modifications suggested by Ganeprog, I am still struggling to compile the program. In essence, the program does generate the output question but when a user inputs a...
  13. Replies
    2
    Views
    1,368

    Re: Fun With Candy Crush... Editing Data

    To cheat or not to cheat?

    That is the question.
  14. Replies
    4
    Views
    2,050

    Re: i need to help guys

    Who you gonna call?

    GHOSTBUSTERS! :-j

    No but really, good luck with your computer.
  15. Experiencing problems w/ Scanner & main, open to any assistance!

    At the moment, I am creating this program to ask the user for input. The user will give a number (to be added to sum and then divided by n to find the mean) or the letter "e" (to terminate the...
Results 1 to 15 of 15