When an object has the same number of positive and negative charges, its electrical charge will become neutral.
What is an electric charge?
When the matter is put in an electromagnetic field, it has an electric charge, which causes it to experience a force. A positive or negative electric charge can exist.
Now when the two equal magnitude charges with opposite natures come together they become neutral.
To know more about charges follow
brainly.com/question/24391667
#SPJ4
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:
The molecular weight will be "28.12 g/mol".
Explanation:
The given values are:
Pressure,
P = 10 atm
= 
=
Temperature,
T = 298 K
Mass,
m = 11.5 Kg
Volume,
V = 1000 r
= 
R = 8.3145 J/mol K
Now,
By using the ideal gas law, we get
⇒ 
o,
⇒ 
By substituting the values, we get


As we know,
⇒ 
or,
⇒


I don’t know what you mean by that