if Pass State Testing then Graduate Highschool

Discussion in 'General Discussions' started by looneytoon, Feb 26, 2007.

Thread Status:
Not open for further replies.
  1. looneytoon

    looneytoon Level III

    Joined:
    Jan 16, 2007
    Messages:
    568
    Likes Received:
    0
    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
     
  2. .

    . Level I

    Joined:
    Mar 5, 2007
    Messages:
    50
    Likes Received:
    0
    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
     
Thread Status:
Not open for further replies.