Search:

Type: Posts; User: ace1

Search: Search took 0.18 seconds.

  1. [SOLVED] Re: Please help me with my String variable and switch statement problem.

    Thanks that did work!

    --- Update ---

    Thanks for the help. Is there a way for me to mark the thread as "solved" or "finished"?
  2. [SOLVED] Re: Please help me with my String variable and switch statement problem.

    The problem I have with doing that is I don't know how to work with arrays as well as switch statements, but I will jump ahead in my totorials to check them out. I'm trying to learn java (at least)...
  3. [SOLVED] Please help me with my String variable and switch statement problem.

    Here is an example of my code:



    import java.util.Random;

    public class cards {
    public void Dimonds(){
    int Rnumber;
    Random rng = new Random();
Results 1 to 3 of 3