Answer:
The options are
a. Sally is a very creative kind of person who likes to build things.
b. Jerry only works because he receives a very large income.
c. Rikki is usually shy, but at work she appears to be quite outgoing.
d. Maury gives money to charities because he wants other people to think he is very generous.
The answer is c. Rikki is usually shy, but at work she appears to be quite outgoing.
Lewin's interactionist perspective explains that an individual’s behavior is usually dependent on his personal behavior/ trait and the environment. The best option is that Rikki is usually shy which is her personal behavior but at work she appears to be quite outgoing due to her environment.
Answer:
...........................
The answer would be erin out of all of them thank me later :)
Answer:
#include <iostream>
#include <vector>
using namespace std;
int main() {
const int NUM_GUESSES = 3;
vector<int> userGuesses(NUM_GUESSES);
int i = 0;
int uGuess = 0;
for(i = 0; i <= userGuesses.size() - 1; i++){
cin >> uGuess;
userGuesses.at(i) = uGuess;
}
cout << endl;
return 0;
}
Explanation:
First inbuilt library were imported. Then inside the main( ) function, 3 was assigned to NUM_GUESSES meaning the user is to guess 3 numbers. Next, a vector was defined with a size of NUM_GUESSES.
Then a for-loop is use to receive user guess via cin and each guess is assigned to the vector.
Answer:
An asteroid is a minor planet of the inner Solar System. Historically, these terms have been applied to any astronomical object orbiting the Sun.