9
athlon
6y

if (statementA && statementB > statementC || statementD < statementE && statementB != statementC) {
// do sth
}

Comments
Add Comment