User Profile

Collapse

Profile Sidebar

Collapse
wohast
wohast
Last Activity: Feb 15 '08, 07:36 PM
Joined: Feb 13 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • wohast
    replied to java sentence generator
    in Java
    thanks for the reply...

    Code:
        
    public static void main(String[] args)
    
      {
        String inputString;
        String firstName;
        
        inputString = JOptionPane.showInputDialog
                   ("Please enter your name followed by a positive integer between 1 and 9999 enclosed in parentheses, such as Cupid(1442).");
        firstName = inputString.substring(0,
    ...
    See more | Go to post

    Leave a comment:


  • wohast
    started a topic java sentence generator
    in Java

    java sentence generator

    Hi, I'm stuck at the very beginning of my current assignment. I just need a little help getting started, and then I know how to do everything else.

    ask user:
    "Please enter your name followed by a positive integer between 1 and 9999 enclosed in parentheses, such as Cupid(1442)."

    how do i use substring to take out just the name that they enter, so that it starts at the first letter they enter, and ends...
    See more | Go to post
No activity results to display
Show More
Working...