Answer:
just free your mind drink water and go outside take fresh air you will get answers.
Explanation:
This a best method to solve the answer.I hope it is helpful
Answer:
(B) FALSE
Explanation:
view factor
depends on the surface emissivity and the surface of geometry view factor is the term used in radiative heat transfer. View factor is depends upon the radiation which leave the surface and strike the surface.View factor is also called shape factor configuration factor it is denoted by 
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;
}
Answer:
if you are speaking of the acronym then Engineering uses science and mathematics to solve everyday problems in society