Computer Science

Computer Science is a class taught by Mrs. Taricco where students first learn HTML and CSS to create their own websites (what you're on right now!). Students also learn java and object-oriented programming through exercises and labs which prepare them to take the AP Computer Science A Exam in May if they choose to.

Line Art Program

The Line Art Program was a java program we wrote to create the illusion of a curve using only straight lines. The most challenging part of this problem for me was shifting the lines to display in every corner properly. It was also challenging to size the inner box to avoid overlapping with the other lines. Check out my complete code over here →

Trouble viewing the PDF? Click here

Stars Program

The Star Program was another java program written to display ten stars of random sizes and locations on the screen. I also added some color and border randomization, but this was not required. The most challenging part of this program was figuring out that I needed to reset the angle I was using to shift the points halfway through the program. Check out my complete code over here →

Trouble viewing the PDF? Click here