Int Main Begin Int N, I, Sum 0 For (I 1 I N ++i) Begin Expr Expr+expr

You might also like

You are on page 1of 1

int main()

begin

int n, i, sum = 0;

for(i=1; i <= n; ++i)

begin

expr= expr+expr;

end

End

You might also like