Calculate the vocabulary for the following code: int f=1,n=7; for(int i=1; i<=n; i+=i)f*=i;
Reveal answer
Fill a bubble to check yourself
Calculate the vocabulary for the following code: int f=1,n=7; for(int i=1; i<=n; i+=i)f*=i;