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:
From the question we are told that:
Discharge rate 
Distance 
Elevation of the pumping station 
Elevation of the Exit point 
Generally the Steady Flow Energy Equation SFEE is mathematically given by

With

And

Therefore


Generally h is give as


Therefore



Answer:
A single- shear pin connection.
Explanation:
Explanation:
Solder Bridges
Plating Voids
Non-wetting or dewetting.