# Program logic:
1. Input: a list of data values;
2. Output: sum, number of elements, mean, standard deviation,
and coefficient of variation (CV%).var1 – Statistical Summary from a List
This program is intentionally simple, yet highly useful for routine work at the research laboratory bench. It provides basic statistical parameters from a numerical list entered by the user.
1 Files
# Program usage
1. Enter the data as a list;
2. Select "var1" to execute the program.
