Is there a more efficient way of programming this:


if( c == 1 )
{
Points = 10;
}
else if( c == 2 )
{
...