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
ANIRUDDHA -
Ian Ndeda -
Anurag choudhary -
Deborah -
Top comments (0)