My explanation of tonights scenarios

Welcome to our community

Be a part of something great, join today!

OSUBlazerfan

Writing Team
Joined
Jul 13, 2009
Messages
6,918
Likes
1,671
Points
113
Based on my personal preference of opponent.

I thought it might be fun to write a simple program to explain what i would like to see happen and who i will be rooting for based on the events


Code:
int result;

while(the regular season hasnt ended){
    result = Dallas vs. SanAntonio; //1 for Dallas win, 2 for SanAntonio    

    if(result == 1){
        Root hard for phoenix;
        if(Phoenix is winning){   
            Portland Game is irrelevant, so dont play starters;
        }else{
            we are[B] fucked[/B], cause Blazers cant drop down to 7th to play dallas
        }
    }else{
        Root Hard for phoenix anyways;
        If(Phoenix is winning){
            Root hard for portland to win;
        }else{
            Still root for portland; //because Utah will secure 2nd in this case
    }
} //end day

:ohno:
 
Based on my personal preference of opponent.

I thought it might be fun to write a simple program to explain what i would like to see happen and who i will be rooting for based on the events


Code:
int result;

while(the regular season hasnt ended){
    result = Dallas vs. SanAntonio; //1 for Dallas win, 2 for SanAntonio    

    if(result == 1){
        Root hard for phoenix;
        if(Phoenix is winning){   
            Portland Game is irrelevant, so dont play starters;
        }else{
            we are[B] fucked[/B], cause Blazers cant drop down to 7th to play dallas
        }
    }else{
        Root Hard for phoenix anyways;
        If(Phoenix is winning){
            Root hard for portland to win;
        }else{
            Still root for portland; //because Utah will secure 2nd in this case
    }
} //end day

:ohno:


That won't compile. You might want to debug.
 
Lol, truth BB30, chris - just cause im a programmer doesnt mean im a nerd, but if u say sooo
 
Yeah Phoenix then Dallas is my preference as well.
 
Lol, truth BB30, chris - just cause im a programmer doesnt mean im a nerd, but if u say sooo

yeah, but posting fake computer code on a internet forum does mean your're a nerd.

Totally kidding, I thought it was cool :cheers:
 

Users who are viewing this thread

Back
Top