title

In computer science class, we began the year by learning html and css coding languages to build our personal websites! Then, we transitioned to leaning java, coding various small programming problems. We cover the AP CSA curriculum. See below for some examples of assignments from this year!

LINEART PROGRAM

This assignment was one of the many line-art, drawing projects we have had. The goal of this assignment was to code a program that draws an image of a curved object while only using straight lines. This program utilizes many "for" loops, saving me a lot of time while programming as I did not have to code each individual line on its own. You can see the code for the image in the document below.

Having trouble viewing this document? Click here to access the PDF!

RANDOMIZED STARS

This program, stars, is another example of a drawing project we covered in this class! We experimented with colors, how many points the star has, and many others to create randomly generated stars. In my example here, I chose to randomize the color, location, and number of points the star has. You can see the code for the image in the document below.

Having trouble viewing this document? Click here to access the PDF!