Code has been added to clipboard!

Inputting Values to Individual Elements in C++ Array

Example
soccer_score[0] = 3;
soccer_score[1] = 3;
soccer_score[2] = 2;
soccer_score[3] = 4;
soccer_score[4] = 4;