Error list as of 10/24/2013. Email any errors to kenrick@uaa.alaska.edu
intpoints = (int) distance; should be int points = (int) distance;
a[i] = a;   and  b[2] = b;   is missing single quotes.  The code should be a[i] = 'a';  and b[2] = 'b';