About the Course: We are taught CS by Mrs. Taricco. We learn to program HTML and CSS for our websites in the beginning of the year, as well as Java for concepts we cover in class. We learn material through interactive coding problems and labs, as well as fun coding competitions like the American Computer Science League (ACSL). You don't need any prior experience to do well in this class!
This was one of our coding labs. We are usually given more time for to complete labs, as they are longer, more challenging problems than our usual exercises. For this one in particular, we had to use AWT Graphics code to create this 3D illusion. Of course, it would be inefficient to draw each line one by one, so we using looping concepts to make it. Creating the center image was also pretty challenging, as it was an extra credit extension.