The answer is Earth. It says that Earth has a density<span> of 5.51 grams per cubic centimeter on Google, so I am just letting you know, this is from Google. Hope this helps, and good luck!!</span>
You have to answer other people’s questions.
#include <iostream>
using namespace std;
int main() {
const int SCORES_SIZE = 4;
int oldScores[SCORES_SIZE];
int newScores[SCORES_SIZE];
int i = 0;
oldScores[0] = 10;
oldScores[1] = 20;
oldScores[2] = 30;
oldScores[3] = 40;
/* Your solution goes here */
for (i = 0; i < SCORES_SIZE; ++i) {
cout << newScores[i] <<" ";
}
cout << endl;
return 0;
}
C. save it as a pdf file because you cannot alter pdf files