Code:
while(loopCount < 35)
{
for(counter = 1; counter < SIZEOF; counter ++)
{
if(line[counter] != line[counter - 1])
{
temp=line[counter];
line[counter]=add[0];
}
}
loopCount = loopCount + 1;
printf("\n%s",
while(loopCount < 35)
{
for(counter = 1; counter < SIZEOF; counter ++)
{
if(line[counter] != line[counter - 1])
{
temp=line[counter];
line[counter]=add[0];
}
}
loopCount = loopCount + 1;
printf("\n%s",
Leave a comment: