If you take the photo with one person on the ground that way when they take the photo it will look like the person jumping is jumping higher then they really are.
I hope this helps
Donald Knuth<span> began the project, originally conceived as a single book with twelve chapters, in 1962.</span>
#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;
}
Answer:
Stay safe, stay healthy and blessed.
Have a good day !
Thank you