3
Answers

If loop returns true even the condition is false?

Gopi

Gopi

2y
609
1

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.

Answers (3)