Av=100; printf("Av=1+(R1/R2)\n"); //Let R2=1 Kohms R2=1;//in Kohms printf("R1=(Av-1)*R2"); R1=(Av-1)*R2; printf("\nRESULTS:\n"); printf("The design values are R1=%d Kohms and R2=%d Kohm",R1,R2);