Name: Anonymous 2010-12-23 4:28
#define ALERT_NONE (arr[0] <= 128)
#define ALERT_ORANGE (arr[0] > 128 && arr[1] <= 64)
#define ALERT_RED (arr[0] > 128 && arr[1] > 64)
#define ALERT_NIGGER (arr[0] == 255 && arr[1] > 192)
if(ALERT_NONE)
do_nothing();
else if(ALERT_ORANGE)
panic_a_little();
else if(ALERT_RED)
fuckshitwegonnadie();
else if(ALERT_NIGGER)
back_to_b_please();how do I do this in C#?