Question: Hi I need a C program for this question. I have been working on it for few weeks and failed to create a program. In

 Hi I need a C program for this question. I have

Hi I need a C program for this question. I have been working on it for few weeks and failed to create a program. In the c program must have atleast 2 loop and array. Program should also include the diameter and angle required to produce the design. I wil attach an example of design for your reference.

been working on it for few weeks and failed to create a

If it's done together with flow chart will be grateful. But most importantly I really need the C program for this question.

Need C program to assist machine operator to produce an design from an aluminium block.

I will include few of c program for ur reference

program. In the c program must have atleast 2 loop and array.

Program should also include the diameter and angle required to produce the

Definitely will upvote your effort! tq

The operator has given a task by her boss to make any product by using the lathe machine, milling machine and drilling machine. But the operator had no knowledge how to use the machine. As a Software Engineer, you must create a program to guide the operator from the beginning how to make a product by using the lathe machine, drilling machine and milling machine. 000- 15 15.00 DE 1000 ww 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 SA int main() O float thickness, drill_d[201, total_time, total_time_day, int rpm, feed, num, i; float speed[12] =( 70,280,490,700, 910,1120, 1330, 1540,175 float feedrange [3] =(0.1,0.2,0.3); printf ("Drilling Steps "); printf("Step 1: Select Drill Bit. "); printf ("Step 2: Put the chosen bit into the drill. ") printf ("Step 3: Check the machine settings. "); printf ("Step 4: Set up your material. "); printf ("Step 5: Drill the hole. "); printf ("Step 6: Examine the hole. "); printf ("Step 7: Clean up. "); printf("- printf(" Insert the working hour for today: "); scanf("%f", sworkhour); I printf("working hour for today is: 8.2f hours ", worki printf("- printf(" Machine Settings "); printf("Insert the speed stage of the drill : "); scanf("%d", srpm); printf("Speed selected is : 8.2f rpm", speed (rpm-1]); nrintf" Incert the feeri etare. Debug maino: int 90 QSC X x #include #include float axialtravel (float x,float y) BC float length= x+(0.3) *y; return length; L} float machiningtime (float x,float y, float z) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 float time= x/(y*2); return time; float productivity (float a, float b) I float product=(a*60)/b; return product; float energyconsumption (float a) El float energy=(1.5) *a; return energy } float solidwaste (float a, float b) El float waste=(((3.14)*(a*a))/4) *b; return waste; 25 26 27 28 29 30 21 int main() others Code:Blocks Search results x ZCcccx Build log x Build messages Line Message --- Build: Debug in Drilling code (compiler: GNU GCC Compiler) In function 'main': varning: unused variable 'total_time_day' [-Wunused-variable) Users\Kh... Users\Kh... 33

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!