By philipnorton42
on 23rd April 2009
Use the following array to print out a list of Australian states.
"NSW" => "New South Wales", "VIC" => "Victoria", "QLD" => "Queensland", "TAS" => "Tasmania", "SA" => "South Australia", "WA" => "Western Australia", "NT" => "Northern Territory", "ACT" => "Australian Capital Territory" );
Category
Comments
Dylan Hamilton… - Tue, 08/28/2018 - 06:07
FYI, Australian Capital Territory is spelt incorrectly in your list. (Territory not Terrirory)
philipnorton42 - Tue, 08/28/2018 - 08:46
So it is. Corrected it now.
That mistake was only there for 7 years! :(
Add new comment