Answer:
False
Explanation:
In electric heater electric energy is converted into heat energy. In heater wires are present which have resistance and current is flow in heater when we connect the heater to supply.
And we know that whenever current is flow in any resistance then heat is produced so in electric heaters electric energy is converted into heat energy
So this is a false statement
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:
Calculate the individual residential lifetime cancer risk.
Risk = Potential factor x CDI …… (1)
Calculate the value of C
C = 
t = d / v
t = 150 miles / 2 mile per hrs.
t = 75 hrs
t = 75/24
t = 3.13 days
Substitute the obtained value in (2).
C = 
C = 0.72 x e^(-0.1*3.13)
C = 0.72 x 0.7313
C = 0.526 mg/L
Substitute the obtained value in (1).
Risk = Potential factor x CDI
Risk = 0.30kg.d/mg x 0.526mg/L x 2L/d x 350day/365days
Risk = 0.3026
Answer:

Explanation:
Approximately, we can use the ideal gas law, below we see how we can deduce the density from general gas equation. To do this, remember that the number of moles n is equal to
, where m is the mass and M the molar mass of the gas, and the density is
.
For air
and 
So, 
