if (x)
if (y)
{ execute this code }
else
{execute this code}
end
end
# x is true, but y is NOT
if (x)
if (y)
{ execute this code }
else
{execute this code}
end
end
# x is not true
if (x)
if (y)
{ execute this code }
else
{execute this code}
end
end
# x is true, but y is NOT
if (x)
if (y)
{ execute this code }
else
{execute this code}
end
end
# x is not true
For further actions, you may consider blocking this person and/or reporting abuse
Dideriksen Ball -
Hexadecimal Software Pvt Ltd -
Boss Betz -
ISAAC -
Top comments (0)