| Replies
|
|
|
squirellplayingtag
|
Posted at 12:07 pm on Jan. 22, 2005 |
| I don't know the swingclass or anything graphical. But I learned. System.out.print(Format.center(variable,5) *Required apcslib.Format; |
|
|
Iris outsider
|
Posted at 11:45 am on Jan. 22, 2005 |
| ok for example i want the program to calculate x+y,where x has increment from 1 to 10,same with y.show the results in table format. i would do this for(x=1;x<=10;x++); for(y=1;y<=10;y++); double result=x+y; tell me a segment of code to make it in table format....... thx |
|
|
squirellplayingtag
|
Posted at 10:34 am on Jan. 22, 2005 |
| Show me some code and I can help, but I'm not going to do it for you. |
|
|
Iris outsider
|
Posted at 10:22 am on Jan. 22, 2005 |
i plan to use for loop but dont know how to organize them as a table... i wrote it before but i forget.... |
|
|
squirellplayingtag
|
Posted at 10:19 am on Jan. 22, 2005 |
| Multiplication table = basic nested for loops. |
|
|
All 5 previous replies displayed. |