Answer:
See explaination
Explanation:
Kindly check attachment for the step by step solution of the given problem.
Answer:D
Explanation:
Take longer time to retrieve than long term memory, involves transient modifications in the function of pre existing synapses, such as channel modifications.
Answer:
#include <iostream>
#include <string>
using namespace std;
bool isPalindrome(string str)
{
int length = str.length();
for (int i = 0; i < length / 2; i++)
{
if (tolower(str[i]) != tolower(str[length - 1 - i]))
return false;
}
return true;
}
int main()
{
string s[6] = {"madam", "abba", "22", "67876", "444244", "trymeuemyrt"};
int i;
for(i=0; i<6; i++)
{
//Testing function
if(isPalindrome(s[i]))
{
cout << "\n " << s[i] << " is a palindrome... \n";
}
else
{
cout << "\n " << s[i] << " is not a palindrome... \n";
}
}
return 0;
}
Answer:
The answer is below
Explanation:
a) The weight of the combined system is the sum of the weight of the water and the weight of the tank

b) Since the weight of a system can be divided into smaller portions, hence weight is an extensive property.
c) When analyzing the acceleration of gases as they flow through a nozzle, the geometry of the nozzle which is an open system can be chosen as our system.
d) Given that:
