Search:

Type: Posts; User: GregBrannon

Search: Search took 0.08 seconds.

  1. Re: Please Help (StringBuffer, Instantiable Class)

    A sentence of multiple words separated by spaces can be stored into an array of String objects using:

    String[] wordArray = JOptionPane.showInputDialog(null,"Enter a word or a sentence").split( " "...
  2. Re: Please Help (StringBuffer, Instantiable Class)

    Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for newcomers.
Results 1 to 2 of 2