Question: how to do the flowchart for this c codes? #include #include float P=300, W, pi= 22/7,1, M, 1, s, Y,t,i, sb = 650000000; //sb= sigma
how to do the flowchart for this c codes?


#include #include float P=300, W, pi= 22/7,1, M, 1, s, Y,t,i, sb = 650000000; //sb= sigma b int main() printf("\t\t\t\tMACHINE SPECIFICATION "); //the machine specification printf("Model of Bar Bending Machine : Model No. GW-50 "); printf("Bending Capacity: 650MPa"); printf("Plate Diameter: 360mm "); printf("Bending speed 5-10 r/min "); printf("Motor Power: 3kW, Voltage: 415V "); printf("Weight: 285kg "); printf("\t\t\t\tBENDING PROCESS "); //the bending process printf("Enter size of the material (4-20mm)= "); scanf("%f",&s); printf("Enter length for the material (4-12m)= "); scanf("%f",&1); if(s>20||1>12) // smax=20, s>smax ask new val { do { printf("\t The value inserted exceed the capability of machine! "); printf("\t Please enter the suitable value "); printf("Enter size of the material (4-20mm)= "); scanf("%f",&s); printf("Enter length for the material (4-12m) = "); scanf("%f",&l); } while (s>20||1>12); }| printf(" \t\t\t\tRESULTS "); I = (s*pow( 10, -3)*2)*(pi/64); // Moment of Inertia printf(" I = %f ",1); Y = 5*0.5*pow(10,-3); M = (I*sb)/Y;//*pow(Y,-1);// moment (4*M)/1;//pow(R, -1); // force t = W/P; printf("Processing Time = %0.2f",t); W = }