Randomly thought of this due to the occasional problem I have with my phone recently. This is the conclusion I've come up with after doing quite a calculation, in Javascript, lol:
phoneCondition="good";
want(newPhone)=false;
if ( phoneCondition="very bad" )
{
want(newPhone)==true;
}
if ( want(newPhone)==true && price>100 )
{
getPlan = true;
get(newPhone);
planType = "M1 Sunsaver Plan";
phoneCondition="new";
} elseif ( want(newPhone)==true && price<100 )
{
getPlan = false;
get(newPhone);
phoneCondition="new";
}
0 comment(s):
Post a Comment