YOU SAID:
in order of this statement is true this statement would be false and if it where false it would be true
INTO JAPANESE
このステートメントが true の場合、このステートメントは false になり、false の場合は true になります
BACK INTO ENGLISH
If this statement is true then this statement is false otherwise it is true
INTO JAPANESE
このステートメントが真である場合、このステートメントは偽であり、それ以外の場合は真です
BACK INTO ENGLISH
If this statement is true then this statement is false else it is true
INTO JAPANESE
このステートメントが true の場合、このステートメントは false であり、そうでない場合は true
BACK INTO ENGLISH
if this statement is true then this statement is false otherwise true
INTO JAPANESE
このステートメントが true の場合、このステートメントは false であり、それ以外の場合は true
BACK INTO ENGLISH
if this statement is true then this statement is false otherwise true
Come on, you can do better than that.