I am using jGrasp for a csc class and im very new to it. I forgot my java book at school. can someone please give me a hint on how to do this following program?
Program 2
Write a program to display the first 200 multiples of nine. The output should be displayed in rows of 10 values each. For example: row 1 should contain values for 9*1 through 9*10, row 2 should contain values for 9*11 through 9*20, etc. Format the output so...