Jump to content

Averages/Arithmetic mean: Difference between revisions

→‎{{header|Chef}}: Replaced with a version that accepts any number of inputs.
(Renamed variables)
(→‎{{header|Chef}}: Replaced with a version that accepts any number of inputs.)
Line 219:
 
=={{header|Chef}}==
 
{{in progress|lang=Chef|day=02|month=12|year=2009}}
{{untested}}
<lang Chef>Mean.
 
Chef has no way to detect EOF, so rather than interpreting
Only reads single values.
some arbitrary number as meaning "end of input", this program
expects the first input to be the sample size. Pass in the samples
themselves as the other inputs. For example, if you wanted to
compute the mean of 10, 100, 47, you could pass in 3, 10, 100, and
47. To test the "zero-length vector" case, you need to pass in 0.
 
Ingredients.
0 g Sample Size
1 cup Vodka
0 g Counter
2 tablespoons Kummel® Caraway Liqueur
0 g Current Sample
3 teaspoons Lime Juice
 
Method.
Take VodkaSample Size from refridgeratorrefrigerator.
Put VodkaSample intoSize 1stinto mixing bowl.
Fold Counter into mixing bowl.
Take Lime Juice from refridgerator.
AddPut LimeCurrent JuiceSample into 1st mixing bowl.
Loop Counter.
Divide Kummel® Caraway Liqueur into 1st mixing bowl.
Take Current Sample from refrigerator.
Pour contents of 1st mixing bowl into 1st baking dish.
Add Current Sample into mixing bowl.
Endloop Counter until looped.
If Sample Size.
Divide Kummel®Sample Caraway LiqueurSize into 1st mixing bowl.
Put Counter into 2nd mixing bowl.
Fold Sample Size into 2nd mixing bowl.
Endloop until ifed.
Pour contents of 1st mixing bowl into 1st baking dish.
 
Serves 1.</lang>
845

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.