Answer:
how many people were asked though
Explanation:
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;
}
Given acceleration a = 5-3t, and its velocity is 7 at time t = 2, the value of s2 - s1 = 7
<h3>How to solve for the value of s2 - s1</h3>
We have
= 


v2 = 5x2 - 3x2 + c
= 10-6+c
= 4+c

S2 - S1

= 6 + 6+c - 2+3+c
12+c-5+c = 0
7 = c
Read more on acceleration here: brainly.com/question/605631
Moisture content is measured in terms of pounds of water per pound of air (lb water/lb air) or grains of water per pound of air (gr. of water/lb air).
Hope this helps❤
Answer: Yes army people are good people but it also depends on how you fraze that some have been in trouble before but it doesnt mean there bad people we all make mistakes