Answer:
See explaination
Explanation:
#include <iostream>
#include<string.h>
using namespace std;
bool isPalindrome(string str, int lower, int upper){
if(str.length() == 0 || lower>=upper){
return true;
}
else{
if(str.at(lower) == str.at(upper)){
return isPalindrome(str,lower+1,upper-1);
}
else{
return false;
}
}
}
int main(){
string input;
cout<<"Enter string: ";
cin>>input;
if(isPalindrome(input,0,input.length()-1)){
cout<<input<<" is a palindrome"<<endl;
}
else{
cout<<input<<" is NOT a palindrome"<<endl;
}
return 0;
}
Answer:
Explanation:
A woman walks due west on the deck of a ship at 3 miyh.The ship is moving north at a speed of 22 miyh.Find the speed and direction of the woman relative to the surface of the water.
Answer:
1. Work is a driving force of identity in your life, whether its because it influences you due to the time spent there. Or its truly a passion of yours.
2. Two main aspects of identity development are self-concept and self-esteem
3. Based on you obviously
Hope this helped!
Explanation:
Answer: Hello the question is incomplete below is the missing part
Question: determine the temperature, in °R, at the exit
answer:
T2= 569.62°R
Explanation:
T1 = 540°R
V2 = 600 ft/s
V1 = 60 ft/s
h1 = 129.0613 ( value gotten from Ideal gas property-air table )
<em>first step : calculate the value of h2 using the equation below </em>
assuming no work is done ( potential energy is ignored )
h2 = [ h1 + ( V2^2 - V1^2 ) / 2 ] * 1 / 32.2 * 1 / 778
∴ h2 = 136.17 Btu/Ibm
From Table A-17
we will apply interpolation
attached below is the remaining part of the solution
If a clock frequency is applied to a cascaded counter, The lowest output frequency available will be
- The lowest output frequency will be =
<h3>
Cascade Counter</h3>
For a cascade counter,
Overall frequency =
Overall frequency =
<h3>Lowest F
requency</h3>
Therefore,
the lowest frequency
For more information on frequency, visit
brainly.com/question/17029587?referrer=searchResults