how can i create a table and write a program to compute tha diameter of a circle?
logic..............for table..for(i=1;i<10;i++){printf("%d",m*i); m for table}for diameter..enter radius rprintf("%d",2*r);