C practice problem Write an array named digits in the format
C++ practice problem.
Write an array named digits in the format of \"int\". The size of digits should be 9 in this case. Array digits should contain 9 integer numbers from 1 to 9 by initialization. In the main function, please use serval loops and the pointer notations of digits to plot the integer pyramid below:Solution
#include