flowcharts

Neoton’s law
August 7, 2017
Lizzle Borden
August 7, 2017
Show all

flowcharts

int total= 0;

int count=0;

while(count<=15)

{

total=total*count;

count=count +2;

}

print total;

print count;


Leave a Reply

Your email address will not be published. Required fields are marked *