Computer Science 1




This is my webpage for GITA 1. Im learning C#
this year. We are using Visual Studio to code
our projects. I'm new to coding but I have
learned alot

Goodbye World Project

8/23/23

In this project we used buttons to translate "Goodbye World" in four different languages. I learned how to utilize buttons and translated to Chinese, Spanish, Russian, and German.

About Page

8/24/23

In this project I learned how to input images and use microsoft paint to make my own logo. I learned how to use different buttons to change the font of my about page.

Mailing Label

8/30/23

In this project I used the users input into text boxes and take it to use that information and make a mailing label.

Madlibs

9/10/23

In this project I further expanded my options on how to take user input and transform it into a story

Car Rental

9/11/23

In this project I built on what I used in mailing labeland made a label while calculating from mileage and days rented to price

BMI calculator

9/18/23

In this project I built on using math in code through taking weight and height to find the users BMI

Car Rental Upgrade

10/3/23

In this project I built on the car rental project using math to calculate the price of different cars with days used and mileage

Test Score

10/4/23

In this project I used division to find a persons grade which they input, as well as finding which score was higher of the two

Dice probabilities

10/10/23

In this project I used randomness to roll dice the image of the dice would randomly depend on what the random decided, finding the odds of the combinations of the two dice

Craps Game

10/18/23

In this project I built on the random function to roll two dice to decide wether the player won or lost depending on what they rolled prior

Slot Machine

10/27/23

In this project I used the random function to fill three picture boxes with 5 random images, if they match the player will win and win the jackpot, the more they bet, the bigger the prize.

Taco Shop

11/9/23

In this project I took user input to take in multiple inputs at the same time to add to their final cost

Rock Paper Scissors Lizard Spock

12/1/23

In this project I took two user inputs as choices in rock paper scissors lizard spock, and decided who won, with a counter for who won.

Stair Walker

12/6/23

In this project I made an array which uses a fucntion to move a man up or down the stairs randomly, counting how many times it reached the top or bottom.