Search:

Type: Posts; User: Bgriesh

Search: Search took 0.11 seconds.

  1. Replies
    0
    Views
    1,576

    Looking for a Java tutor

    I'm taking basic java but feel like im falling behind. I feel like i need some help reviewing and going over the material from class and such.

    Requirements for the position:
    - be able to...
  2. Replies
    3
    Views
    1,387

    Re: Newbie needing a little help

    Fixed it! All i had to do was write in a buffer in the repeat loop!
  3. Replies
    3
    Views
    1,387

    Re: Newbie needing a little help

    Ok what I'm writing is along the lines of a random number generator with multiple variables. What I'd like to do is be able to ask the user if they would like to generate a new list of variables at...
  4. Replies
    3
    Views
    1,387

    Newbie needing a little help

    I'm having problems getting these loops to work properly All i need is a way to end the loops properly and make them repeatable after a single user input.

    import java.util.*;
    public class Core {...
  5. Re: How hard would this be to write for a Beginner?

    Re-read that. Makes perfect sense and im an idiot.

    Should I use a While Loop to make the program repeatable?
  6. Re: How hard would this be to write for a Beginner?

    import java.util.*;
    public class Core {

    public static void main(String[] args)
    {

    String Boss;
    String Weapon;
    String Character;
    String[] Bosses = {"Nine Toes","Bone...
  7. Re: How hard would this be to write for a Beginner?

    UPDATE!
    I'm Gonna Start work on #3 on the list. And I could use some help setting up a flow chart. Some Advice would be GREATLY appreciated. Oh and some tips for handling Multiple Arrays in a single...
  8. How hard would this be to write for a Beginner?

    So There's this group of people who want to write a App for a game and It got me thinking of how id write this if i were to use java to write something like it. Beginning this September i'll be...
Results 1 to 8 of 8