Computer Science, taught by, Mrs.Taricco is an interactive class where students learn to utilize Java and HTML. We complete labs, using the skills Mrs. Taricco taught to create our own programs and even a website. The most impressive part of this class is that it requires no past coding experience. Anyone can join Mrs. Taricoo’s computer science class and become a better programmer.
Rock, Paper, Scissors was a lab that we completed much earlier in the year. Within this lab, I created a program that allows you to play the traditional rock, paper, scissors game against the computer. It worked by randomly selecting rock, paper, or scissors and comparing that to your choice of rock, paper, or scissors to return either a win, loss, or draw. This lab helped me grow my Java programming skills and taught me alot about utilizing if statements within Java code.
The Number Guesser lab was another assignment I completed in my computer science class. The Number Guesser plays a game with you where you are attempting to guess a random number generated by the code and you get closer and closer as the code either returns lower or higher to guide you to the correct number. It helped me utilize new skills like while loops and if statements that are within whiled loops, improving my java skills immensely.