Search:

Type: Posts; User: vysero

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,187

    [SOLVED] Re: String Builder questions

    Ah ic okay thank you very much.
  2. Replies
    4
    Views
    1,187

    [SOLVED] Re: String Builder questions

    The part that is confusing me is filling my array with the randomly generated letters.


    public Build()
    {
    System.out.println("How many rows?");
    Scanner in = new...
  3. Replies
    4
    Views
    1,187

    [SOLVED] String Builder questions

    When I say:


    StringBuilder strBuilder = new StringBuilder();
    for(char alph = 'a'; alph <= 'z'; alph++)
    {
    strBuilder.append(alph);
    ...
Results 1 to 3 of 3