Computer Science

This website was created for the Computer Science class. While we briefly learn HTML and CSS, the class primarily focuses on Java. It is taught by Mrs. Tarrico, and the curriculum aligns with AP Computer Science A for the first three terms. This is a fun and engaging class that emphasizes logic, problem-solving, and debugging. Most assignments consist of small problem sets or labs.

Federal Tax Rate

In this program, we were tasked with calculating the federal tax based on a given marital status and yearly income. This lab focused on using if-else statements and assigning variables to determine the correct tax amount.

Download the PDF

Line Art

This program creates an oval drawing made entirely of straight lines. The lines are generated using for loops, and the lab is designed to teach how to repeat code with small variations during each iteration.

Download the PDF