How can one make a program repeat a set of lines of code.like for example
printf("enter the value of x:");
scanf("%d",&x);
for(i=0;i<1;i++){
value+= arr[i]*(x,i);
printf("\n The value of the polynommial is %ld",value);
}
How can you make it repeat so that it continues to read x and give out values