Search:

Type: Posts; User: toddy

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,254

    Create non repeated words

    Hello guys,
    I wrote a code for a "skydiving" program that randomly selects the "maneuvers" to be performed by the skydiver during his skydive. I am almost done with the program. I just need to...
  2. Replies
    4
    Views
    1,762

    Printing random values from array list.

    Hello guys,
    I am having a hard time trying to figure out how to print random numbers from a an array list. I tried google but nothing worked. I have to pick certain values from two lists and print...
  3. Replies
    3
    Views
    732

    Re: If statements-printing messages

    Thank you very much for the comment. I removed the brackets and it works perfectly now.
  4. Replies
    3
    Views
    732

    If statements-printing messages

    Hello guys,
    I have a small problem with my code that I can't figure out how to make it work the way it is supposed to. The code is supposed to be a game where a user has to guess numbers between...
  5. Thread: Help please!!!

    by toddy
    Replies
    8
    Views
    1,533

    Re: Help please!!!

    Ok thanks a lot and sorry about the format. I was able to make it work by indenting the while loops.
  6. Thread: Help please!!!

    by toddy
    Replies
    8
    Views
    1,533

    Re: Help please!!!

    ok thank you once again. This is what I come up with:


    import java.util.Scanner;


    public class Pelindrone {

    public static void main(String[] args) {
    // TODO Auto-generated method...
  7. Thread: Help please!!!

    by toddy
    Replies
    8
    Views
    1,533

    Re: Help please!!!

    Thank you very much for your response. How would I go about doing this?
  8. Thread: Help please!!!

    by toddy
    Replies
    8
    Views
    1,533

    Help please!!!

    Hello guys,
    I am taking a summer java 1 course and I have no idea how to do one of the parts of my first project for the course. The assignment is to create a program that determines if a 5 digit...
Results 1 to 8 of 8