Search:

Type: Posts; User: duckman

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    2,652

    Re: Working with Methods

    Thank you helloworld922 and oyekunmi, I figured it out now.
  2. Replies
    3
    Views
    2,652

    Working with Methods

    This is my code:


    import javax.swing.JOptionPane ;
    import java.util.Date ;


    public class blahblah {
    // *************************************************************************main
    ...
  3. Replies
    2
    Views
    2,067

    Re: Need help with While and For Statements

    Yeah, that's what I was doing before but it was not working properly for some reason. I figured out what I was doing wrong now though. Thanks, anyways.
  4. Replies
    2
    Views
    2,067

    Need help with While and For Statements

    Okay, the code below works fine, it prompts the user to enter a sentence, makes sure it is a proper sentence, then checks how many words there are. What I want it to do is prompt the user over and...
  5. Replies
    1
    Views
    3,414

    String and int problem in swing program

    I just started programming with Java the other day, so I don't really know all too much. I am making a program that asks you for a day of the month, month, and year, and then tells you what day of...
Results 1 to 5 of 5