my formula: program DetermineLife; if PassStateTesting=true then Graduate; if PassStateTesting=false then FailAtLife; procedure Graduate; if DesireForCollege=true then EnterCollege; if DesireForCollege=false then GetGoodJob; end; procedure FailAtLife; if DesireForJob=true then ApplyForJob; if DesireForJob=false then ApplyForWelfare; procedure ApplyForJob; you cannot get a job you didnt pass high school end; end. umm...something like that
That's a really good forumla. I agree with you almost 100%. You can still get a job if your not a HS Grad, but it will be a really bad one