Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C++ assignment Propose fabricated (1 machine 1 product). Machine: drill, Product: disc brake Drilling 5 holes in the disc brake show the operation From the
C++ assignment Propose fabricated (1 machine 1 product). Machine: drill, Product: disc brake Drilling 5 holes in the disc brake show the operation From the suggested steps, DEVELOP 1 COMPLETE PROGRAMS based on selected product OPERATION ANALYSIS: steps involved, total part machining time, total energy consumption, total operation cost, by-products or solid waste generation in kg, and estimated productivity per 8 hours working Your program: Your program MUST show the DETAILS STEPS and correct PARAMETERS & CALCULATION to fabricate the selected products. 1. Show the MACHINE SPECIFICATIONS (e.g., federate, cutting speed, allowed materials dimensions, , etc.) 2. Show the Detail steps to fabricate the selected parts (from raw material until end product). 3. Enable user to INSERT DATA for calculation purpose for product/machine. 4. program must consist of AT LEAST 4 operational steps to complete a part machining (based on the selected end product). 5. program MUST consist of at least 3"functions", 3"for" looping, 3 "Decision Operators" and 3 "Array". 6. program MUST show the analysis results: part machining time, total energy consumption, total operation cost, solid waste generation volume, and estimated productivity per day. C++ assignment Propose fabricated (1 machine 1 product). Machine: drill, Product: disc brake Drilling 5 holes in the disc brake show the operation From the suggested steps, DEVELOP 1 COMPLETE PROGRAMS based on selected product OPERATION ANALYSIS: steps involved, total part machining time, total energy consumption, total operation cost, by-products or solid waste generation in kg, and estimated productivity per 8 hours working Your program: Your program MUST show the DETAILS STEPS and correct PARAMETERS & CALCULATION to fabricate the selected products. 1. Show the MACHINE SPECIFICATIONS (e.g., federate, cutting speed, allowed materials dimensions, , etc.) 2. Show the Detail steps to fabricate the selected parts (from raw material until end product). 3. Enable user to INSERT DATA for calculation purpose for product/machine. 4. program must consist of AT LEAST 4 operational steps to complete a part machining (based on the selected end product). 5. program MUST consist of at least 3"functions", 3"for" looping, 3 "Decision Operators" and 3 "Array". 6. program MUST show the analysis results: part machining time, total energy consumption, total operation cost, solid waste generation volume, and estimated productivity per day
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started