![]() |
"Odd" Prep School Rules ???
I observed a girls junior varsity prep school game today. Connecticut prep school use an "odd" hybrid version using both NFHS and NCAA rules. The visiting team, wearing white, I told you the rules were "odd", has a player wearing the numeral 02, another 03, and another 05. Are these numerals legal in any rule set?
|
Quote:
Code:
int c = 5; Code:
int c = 05; Code:
char string[50] = "05"; Code:
char string[50] = "5"; |
nuf sed
|
Quote:
|
Numbers, Numerals, Metric System ???
Quote:
I think that this means that since the "number" 2 is legal, then 02 would also be legal. But the last line, with the word "both" seems to indicate that 0 and 00 are not the same "numbers", when according to mathematics, they actually are the same number. I'm not referring to "spirit and purpose" here (computer statistics), I'm just referring to the rule language. As I was watching the game, I checked my rule book. 02 was not listed as legal. My first thought was that it must be illegal, but then I started thinking about the rule language (numbers, numerals, 0 and 00). If there was both a 2, and an 02, that would probably be illegal, but I'm not quite sure why, because 02 is illegal, or because 2 and 02 are duplicates. But just a single 02, no 2, I'm on the fence, which is why I'm asking about rule sets other than the NFHS. From JugglingReferee: char string [50] = "05" is not the same as char string [50] = "5". Sorry, I don't speak code, nor do I speak Canadian metric system code. Does this mean that the NFHS considers 02 (alone) to be a legal, or an illegal, number (numeral)? grunewar, and 26 Year Gap, both agree with JugglingReferee. I'm just not sure what JugglingReferee answer to my question was. The single number 02, legal, or illegal, in any rule set? |
By a strict reading, 02 would be illegal.
I wouldn't be a plumber about it. |
Quote:
|
No Offense To Plumbers ...
Quote:
|
It's That Darn Metric System ...
Quote:
|
Quote:
|
Quote:
Code:
int c = 5; Code:
char string[4] = "5", In other words, when you're asking if 5 and 05 are identical, computer programmers like me have to ask "what data type are you using?" before we can answer your question. So, to know if 05 is a legal FED basketball number, we need to know if the list of valid numbers in the rulebook is intended to be "Integers" (which would mean 05 is legal) or "Strings" (which would make 05 illegal). I am not aware of a casebook ruling either way. |
Sorry about that BillyMac. I've been writing a lot of code lately, and it just kinda hit me.
It was my way of saying what bob said. I ain't going to look for trouble. lol |
Quote:
|
And I'm One Who Doesn't ...
Quote:
Quote:
|
Quote:
|
Quote:
(and, of course, some languages treat Strings and Character arrays as if they're identical... which they probably are once you get into the compiled code). |
Quote:
The Iowa Girls adaptation does not include odd and even anymore. In fact, the legality of 01, 02... is expiring this season. Starting next fall the numbering system will be in line with NFHS. -Josh |
Thanks for the update.
|
All times are GMT -5. The time now is 08:07pm. |