Crate a file"values.txt" with the following data:
88 85 89 64 78 85 92 60 91 96 63 59 83 89 74 93 92 92 63 100
write a program that will give the following output:lowest 59 highest 100 average 81.8 standard deviation 13.2
i must use branching and looping syntax with parameters and return values, and arrayscan anybody know how to start this program in microsoft visual studio?