(Edited by Iris outsider at 12:12 pm on Jan. 22, 2005)
System.out.print(Format.center(variable,5) *Required apcslib.Format;
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