Search:

Type: Posts; User: hiya54

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,140

    [SOLVED] Re: Random Generator and 2D Arrays

    We werent taught array list or shuffle yet. I learned a bit of array list on my own spare time
    but yea not really that well, but anyways camel-man's method works with a simple while loop
  2. Replies
    5
    Views
    1,140

    [SOLVED] Re: Random Generator and 2D Arrays

    So do i need a if loop in the nested for loop? I know i had to do something like that i just didnt figure
    how to do it yet
  3. Replies
    5
    Views
    1,140

    [SOLVED] Random Generator and 2D Arrays

    So im making this ghost game where i display an 8x8 filled with 0s and a randomly generator five 1s in there
    I can get it to display 0s and add 1s, however sometimes the 1s that are randomly...
  4. Replies
    9
    Views
    2,902

    Re: Deal or No Deal game help!

    Thank you so much for your help! I will definitely take those suggestions and see what i can do with them.
  5. Replies
    9
    Views
    2,902

    Re: Deal or No Deal game help!

    package whileLoops;

    import java.util.Arrays;
    import java.util.Random;
    import java.util.Scanner;
    import java.util.ArrayList;

    public class testclass {

    // stores the money values and...
  6. Replies
    9
    Views
    2,902

    Re: Deal or No Deal game help!

    I was considering doing a loop or method, it made sense to not have a chunk of code in main, but i havent learned arraylist yet, i just picked it up last night on the web, as for putting it in a...
  7. Replies
    9
    Views
    2,902

    Re: Deal or No Deal game help!

    package whileLoops;

    import java.util.Arrays;
    import java.util.Random;
    import java.util.Scanner;
    import java.util.ArrayList;

    public class testclass {

    public static ArrayList listTest = new...
  8. Replies
    9
    Views
    2,902

    Re: Deal or No Deal game help!

    bumb
  9. Replies
    9
    Views
    2,902

    Deal or No Deal game help!

    package whileLoops;

    import java.util.Scanner;
    import java.util.Random;
    import java.util.StringTokenizer;

    public class DealOrNoDeal {

    public static void Instructions(){
    ...
Results 1 to 9 of 10