Search:

Type: Posts; User: Norm

Search: Search took 0.20 seconds.

  1. Re: help make trig values tables by using while or for loops

    Those %xxx things are formatting instructions to the format() method of the String class. Read the API doc for that method to see what they mean. The \t is the tab character that is used by the...
  2. Re: help make trig values tables by using while or for loops

    You would use a loop to print out the rows. The data on a row (the columns) would be built in a String and printed using a println() statement.

    Can you post a sample of the output you are trying...
Results 1 to 2 of 2