Search:

Type: Posts; User: GregBrannon

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: [HELP] [HELP] Trouble To Understanding The Algorithm of my project

    Excellent start!

    First get the user's input (use a Scanner object), then you'll use an 'if' statement to do pretty much what you've described, something like:
    if ( j = userInput )
    {
    // do...
  2. [SOLVED] Re: [HELP] [HELP] Trouble To Understanding The Algorithm of my project

    A pattern of rows and columns printed with 2 loops (one nested in the other) with special characters output on the designated row and column.

    I suggest you start by writing nested loops that print...
Results 1 to 2 of 2