why use arrays? why not use algebra?


public class Doubling{

public static void main(String[] args)
{
for(int rows = 1; rows <= 15; rows++)
{
int num = 1;