Search:

Type: Posts; User: Chris.Brown.SPE

Search: Search took 0.07 seconds.

  1. Re: Need to use mod operator to complete printSquare program

    mccoya, has this been resolved? Sorry for being AFK, work got busy.
  2. Re: Need to use mod operator to complete printSquare program

    I'm not going to spoon feed you norm ;)

    The program isnt doing a println until the end of the main for loop. Just add the code to print the numbers from "min" to "i" after the code that prints...
  3. Re: Need to use mod operator to complete printSquare program

    Ok back up a second. Nothing in your current code is incorrect. You are just missing the piece of the story After number to max, print from min to the current number". You've already done "Print from...
  4. Re: Need to use mod operator to complete printSquare program

    My initial suggestion is to find a better mechanic for creating your output then displaying all of your output at the end of the program. Teachers will make things more complicated until this is...
  5. Re: Need to use mod operator to complete printSquare program

    I'm not seeing how the mod function will come into play at all in this application.

    Questions:
    1. Am i right thinking you are asking about the mod (aka modulus) function that returns the...
Results 1 to 5 of 5