I got a question which i cannot do. Pls help me.
(This is using Turbo C++ IDE).
The questions are:
Q1. WAP to print the sum of the following series:
2(square) + {2(square) + 4(square)} + {2(square) + 4(square) + 6(square)} .............. till N terms.
Q2. WAP to find out the no. of digits in the given number.