Answer:
Explanation:
bool isPalindrome(string str)
{
int length = str.length();
for (int i = 0; i < length / 2; i++) {
if (str [i] != str [length – 1 – i]) {
return false;
}
}
cout << str << "is a palindrome";
return true;
}
<h3>
Answer:</h3><h2>TRUE</h2>
Explanation:
BRAINLIEST PLSSSSSSSSSSSSSSSSSSS
I would imagine car would still be the best means , it's tough to define without knowing where he lives and how much he travels
Click on your chart and go under Table Tools, Design... then you should see the different styles. ;)
It all depends on what you're doing online.