Geography, asked by rajatraj929, 20 days ago

Write a program to find the product of the following series 2*4 *8*16*32....n terms.​

Answers

Answered by gouravkuamrverma2
0

Answer:

include<iostream.h>

#include<conio.h>

void main()

{

clrscr();

int i;

for(i=1;i<=128;i*=2)

cout<<i<<” “;

getch();

}

Answered by TheUntrustworthy
9

Answer is in the attachment

please mark as BRAINLIEST

Attachments:
Similar questions