Back to Home
Here are some interesting cube-related files:
N x N x N Calculator
This zip file includes two java files and two class files compiled from them. The
first program will calculate the number of calculate the number of combinations to the N x N x N
cube for any input n between 2 and 100. The result is rounded and given in scientific
notation. The second program does the same thing, except it gives the result as the
entire number (expanded notation). I thought this part would be cool because it shows
just how large these numbers really are! I wrote both programs using Java and both
require that Java be installed on your computer. I will soon add a readme.txt that
explains how to use these programs for those who are not familiar with how Java programs work.