*for loop
using for loop, write a program that calculate the square and cubes of the number from 0 to 10 inclusively and display the output as stated:
the number=0, the square is=0, the cube is=0
the number=1, the square is=1, the cube is=1
the number=2, the square is=4, the cube is=8