how to Write a program in C that takes as input a set of numbers and calculates the mean variance and standard deviation
Question : Write a program in C that takes as input a set of numbers and calculates the mean variance and standard deviation Answer : /* A program in C…