Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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?

image text in transcribedimage text in transcribed

#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 = }

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction To Data Mining

Authors: Pang Ning Tan, Michael Steinbach, Vipin Kumar

1st Edition

321321367, 978-0321321367

More Books

Students also viewed these Databases questions