Need Help!!!!!!!
Posted: Fri Aug 14, 2009 9:43 am
Hi All
Im a rookie with php and I need help. I need to make a form that will allow me to enter 2 ramdom
numbers: a and b, and will count and print the numbers within that range in a table , it has to also calculate each number's exponentiation to 2(square) and 3 (cube)
sample: If I choose numbers 4 and 7, it should display:
Number Square Cube
4 16 64
5 25 125
6 36 216
7 49 343
Can anyone help?
Im a rookie with php and I need help. I need to make a form that will allow me to enter 2 ramdom
sample: If I choose numbers 4 and 7, it should display:
Number Square Cube
4 16 64
5 25 125
6 36 216
7 49 343
Can anyone help?