PAGES
δ∈℞ΣϏ

computer SCIENCE

Computer Science, taught by Mrs. Taricco, aligns with the AP Computer Science A course. Emphasis is placed on problem solving using Java while learning topics such as data types, objects, boolean algebra, iterations, static arrays, and arraylists. Students also develop their own personal and academic website using HTML and CSS.

This was one of the first few labs that we had in CS. Without having much coding experience, Java was entirely new to me. This lab not only was lengthy, but it also required the use of test cases to ensure all possible inputs had the correct solutions. The goal of this lab was to create a program that accepts a few user inputs and outputs how much federal tax is owed by the user. Try it out to see if it works!

This code was from our ArrayList exercises. It simulates a game of Bulgarian Solitaire, which has multiple parts, making it even harder to code. This was my first time coding an actual game, and it also taught me a lot about testing code after each section of the game. The game starts with a random number of randomly sized piles with a triangular number sum, then removes one card from each pile and makes a new pile until a sequence of integers is reached: 1,2,3,4...

Apps for Good