I have made some significant progress in this class. While you weren't here, I took some time off of working on my application to study some more computer science theory. I reviewed 'for each' loops as well as arrays (1 and 2-d), exceptions, and calling methods. Overall, the two times you were gone were spent reading from the AP preparation book. Also, I got a new Asus laptop. It runs pretty well except there isn't much RAM.
double[][] matrix = new double [x][y]; //creates a matrix in 2-d that is x rows by y columns
No comments:
Post a Comment