Hi,
Trying out how to increment a integer by accumulations of 2. I know as a single integer the code would involve '2++' etc but the sum i need to do is for eg. 2*2*4*4*6*6*8*8 etc.

Thanks...