programming exercise...

Mday

Lifer
Oct 14, 1999
18,646
1
76
suppose you have an integer variable count.

and you want to declare another integer variable set equal to the value of count.

suppose you made the designation of that variable be the name of someone you do not like...

remember these are integers...

int someone;
someone = count - 0;

now imagine if you're doing this in 1337.

=)