I have two strings as follows: "[email protected]","[email protected]"
My Code is below:
if([email protected] != [email protected])
{
excecutable code here
}
The code inside the loop is excecuted.