Goodbye ProgramDate 08/29/25
The method to create a button, showing "Goodbye" in different kinds of languages.
|
|
About PageDate 09/02/25
Create an About page using Visual Studio, learning to use labels, textboxes, and formatting text.
|
|
Mailing LabelDate 09/03/25
Create a mail system that can input the user name and information on the mail; learn how to use textbox input and display the result.
|
|
MadlibsDate 09/08/25
Program to create a Madlibs game, learning string concatenation and user input handling with textboxes.
|
|
Book Store NotesDate 09/08/25
Program to manage book store sales, learning calculations, labels, and displaying information.
|
|
Car RentalDate 09/11/25
Program to calculate car rental prices using input from textboxes and basic arithmetic operations.
|
|
BMIDate 09/17/25
Program to calculate Body Mass Index (BMI) from user input and display results with labels.
|
|
Test Score ProgramDate 09/22/25
Program to input multiple test scores, calculate averages, and display results using labels.
|
|
Dice ProbabilitiesDate 09/24/25
Program to simulate dice rolls and calculate probabilities; practice loops and random number generation.
|
|
Car Rental UpgradeDate 09/30/25
Enhanced Car Rental program with upgrades and options; learn conditionals (if/else) and calculations.
|
|
Slot MachineDate 10/03/25
Program to simulate a slot machine using random numbers and display results with images or labels.
|
|
Craps GameDate 10/09/25
Program to simulate the Craps dice game, using random numbers and if/else statements for game logic.
|
|
Coffee ShopDate 10/13/25
Program to handle coffee shop orders, using textboxes for input, labels for output, and conditional logic.
|
|
Taco ShopDate 10/24/25
Program for taco shop ordering system; practice input, calculations, and if/else logic.
|
|
Rock Paper Scissor Lizard SpockDate 10/30/25
Expanded Rock-Paper-Scissors game including Lizard and Spock; practice random numbers and conditional logic.
|
|
Triangle CheckerDate 11/06/25
Program to check triangle validity and type based on user input of three sides.
|
|
Stair WalkerDate 11/21/25
Program to create a staircase pattern on the screen; practice loops and array usage.
|
|
Array LectureDate 12/11/25
In this program we learned how to do arrays and move
graphics around in different picture boxes.
The GITA program focuses on technology and programming skills.
|
|
Simple Board GameDate 12/12/25
Program to create a simple board game with player movement, dice rolls, and score tracking.
|
|
Arrays2DDate 01/05/26
Create a code that can move picture randomly up, down, left or right.
|
|
2D SubmarinesDate 01/14/05
Program to create a code that can randmly move ship in 5*7 grid and calculate the amount of times it hits obstacle of the other ship.
|
|