Search:

Type: Posts; User: hiya54

Search: Search took 0.09 seconds.

  1. Replies
    9
    Views
    2,928

    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.
  2. Replies
    9
    Views
    2,928

    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...
  3. Replies
    9
    Views
    2,928

    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...
  4. Replies
    9
    Views
    2,928

    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...
  5. Replies
    9
    Views
    2,928

    Re: Deal or No Deal game help!

    bumb
  6. Replies
    9
    Views
    2,928

    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 6 of 7