Hi does anyone know how to program Algebra in VB? For instance I want to calculate "x" times of "a". In other words, "a" cubed "x".
I was thinking in VB should be something like this:
VB Code:
x=x+1 While x=1 yo=(a*a)*x Wend
But it doesn't seem to work. Anyone? Even not a programmer, please give me ideas![]()





Reply With Quote