Assignment #2

Sample output:
nfirstsecond third
10011 1
100012144 140
............. .....

for(int j = 2; j < 10; j++)

{

cout << one.timed(j,f) << '\t' << two.timed(j,s) ....

}