int total= 0;
int count=0;
while(count<=15)
{
total=total*count;
count=count +2;
}
print total;
print count;
Your email address will not be published. Required fields are marked *
Comment
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.