Friday, May 27, 2005

Today's physical therapy wasn't too bad. I'm now doing the following list of exercises:

  • squats
  • stool scoots (funny name, I know)
  • using a balancing board
  • squatting on the balancing board
  • something that resembles chopping wood on a weird balancing board while simultaneously crouching forward
  • riding an exercise bike
  • single-leg squats on something that resembles a cot with a sliding mattress
  • pushing/pulling on a weighted machine with my knee
C++ programming is going well, so far we've written programs to do the following:
  • Reverse integers (i.e. 4321 becomes 1234)
  • Test palindromes (i.e. "a man a plan a canal panama" is the same forwards and backwards)
  • Write out protected check amounts (i.e. "$     1.00" becomes "$*****1.00")
  • A Tic-Tac-Toe game
Those are the only interesting ones that come to mind, but we've done 11 total so far. I'm off this Friday (today) and Saturday, as well as next Friday (my birthday) and Saturday. I'm so glad, I was really sick of working 7 days in a row, including weekends. That's all for now.