i am new in c++ and i quite need help in writing the code for this peoblem.This program needs to list the numbers from 0 to 25, their squares, and the fourth power. The output should be in the neat 3-column format.
Number Square 4th power
0 0 0
1 1 1
: : :
25 625 :