I have to output the mean with one decimal place and then I have to find the standard deviation with four decimal places. I have no clue how im suppose to do this correctly or how I am suppose to fix these errors
Here are the errors
stats.cpp:7: error: expected initializer before numeric constant
stats.cpp:8: error: expected initializer before numeric constant
stats.cpp:9: error: expected initializer before numeric constant
stats.cpp:10: error: expected initializer before numeric constant
stats.cpp:12: error: expected unqualified-id before â{â token
stats.cpp:19: error: expected constructor, destructor, or type conversion before â==â token
stats.cpp:20: error: expected unqualified-id before â{â token
stats.cpp:24: error: expected unqualified-id before â{â token
stats.cpp:28: error: expected unqualified-id before â{â token
stats.cpp:32: error: expected unqualified-id before â{â token
stats.cpp:36: error: expected unqualified-id before â{â token
I dont know how to make a source code, im new to c++, sorry
Really im not sure what the error -Expected unqualified-id before ""-
or the error -Expected initializer- means