Answer:
Functions can be useful for many reasons, it is one of the main components to learn in writing code. Without functions code would not be where it is today.
Explanation:
Well I got some numbers mixed up but I think it’s B
Answer:
eye contact with the audience, thorough research, you must give your audience time to ask questions
Answer:
C++.
Explanation:
void printStrings(char strings[NUM_STRINGS][STRING_LENGTH]) {
// Multi dimension array can be traversed through multi-level loops
for (int i = 0; i < NUM_STRINGS; i++) {
for (int j = 0; j < STRING_LENGTH; j++) {
cout<<"<<strings[i][j]<<";
}
cout<<endl;
}
}
Output would be like this, depending on the size of NUM_STRINGS;
"One"
"Two"
"Three"
....
I know of four,
Left-aligned
Center-aligned
right-aligned
justified