You just started your summer internship with Bolts-R-Us based in Lenoir, North Carolina. You are working with the manufacturing quality control team to ensure carriage bolts produced are within specifications. For each batch of bolts produced, 10 bolts are randomly selected for testing. In order to pass quality control, the mean of the sample must be 4.00 +/- 0.125 inches and there must not be more than 2 individual bolts with lengths outside this range. Construct a program that allows an operator to enter the name of a file containing the lengths of 10 bolts randomly selected for testing. Once the 10 lengths have been read from the file, output the mean of the sample, a message indicating if the batch passes/fails based on the mean, the number of bolts outside the tolerance range, and a message indicating if the batch passes/fails based on number of bolts outside tolerance. Example Run: Enter file name: bolts.txt Mean: 3.879 Pass Bad Bolts: 3 Fail
You just started your summer internship with Bolts-R-Us based in Lenoir, North Carolina.
You are working with the manufacturing quality control team to ensure carriage bolts produced
are within specifications.
For each batch of bolts produced, 10 bolts are randomly selected for testing. In order to
pass quality control, the mean of the sample must be 4.00 +/- 0.125 inches and there must not
be more than 2 individual bolts with lengths outside this range.
Construct a program that allows an operator to enter the name of a file containing the
lengths of 10 bolts randomly selected for testing. Once the 10 lengths have been read from the
file, output the mean of the sample, a message indicating if the batch passes/fails based on the
mean, the number of bolts outside the tolerance range, and a message indicating if the batch
passes/fails based on number of bolts outside tolerance.
Example Run:
Enter file name: bolts.txt
Mean: 3.879 Pass
Bad Bolts: 3 Fail
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 2 images