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;
}
The effect would be the altitude of the air, the higher you go up the closer you are to space we’re there’s no oxygen and everything moves slow so when your trying to fly across the world it could feel like your moving slower
Answer:
(e) 1.64 kW
Explanation:
The Coefficient of Performance of the Reverse Carnot's Cycle is:



Lastly, the power required to operate the air conditioning system is:



Hence, the answer is E.
Answer : The final velocity of the ball is, 12.03 m/s
Explanation :
By the 3rd equation of motion,

where,
s = distance covered by the object = 6.93 m
u = initial velocity = 2.99 m/s
v = final velocity = ?
a = acceleration = 
Now put all the given values in the above equation, we get the final velocity of the ball.


Thus, the final velocity of the ball is, 12.03 m/s