Coding 123
Coding 123
#include <math.h>
using namespace std;
int main() {
int a;
int b;
cout << "How many scores/number of students are gonna be included?" << endl;
cin >> a;
float scores[a];
cout << "Insert number with index of " << b << " :" << endl;
scores[b - 1] = score;
average += scores[b];
average /= n;
scores[b] -= average;
scores[b] *= scores[b];
sum += scores[b];
sum /= a;
StandardDeviation = sqrt(sum);
cout << "Standard Deviation : " << sd << endl;