if (specialCircumstances == true)
{
sexBeforeMarriage = true;
}
if (sexBeforeMarriage == true)
{
haveSex();
}
---
So yea, I don't see myself doing it before marriage, wouldn't feel right I don't think.
btw I have absolutely no idea why I decided to make this post like bad written Java code. Probably something to do with my stupid programming class overtaking my brain.