Goodbye8/31/22
This program shows how to write "Goodbye" in 4 other languages. Its purpose was to
familiarize ourselves with using buttons.
|
|
About Project9/2/22
This program displays an informative page for IK Airline. It utilizes buttons and text labels to output information.
|
![]() |
Mailing Label9/7/22
This program outputs mailing labels using the information that is filled in the text boxes.
Concatenation is used to display the output.
|
![]() |
Madlibs9/9/22
This program displays a Mad Libs game. This program utilizes text boxes and concatenation to display the final outcome.
|
![]() |
Car Rental 19/12/22
This program creates a Car Rental system that allows the user to input various kinds information.
|
![]() |
BMI9/22/22
This program calculates one's BMI using the height and weight. It also includes BMI chart for reference.
|
![]() |
Car Rental Upgrade9/28/22
This program is an upgraded version of the Car Rental program. It now features previews of the car and options for leather and Bose speaker.
|
![]() |
Test Score Program9/30/22
This program outputs the letter grade, higher test result, and the average of the inputted test scores.
|
![]() |
Dice Game10/4/22
This program simulates 2 dice being rolled and also calculates the chances for each roll.
|
![]() |
Craps Dice Game10/11/22
This program simulates a Craps Dice Game. It outputs messages whenever the user wins or loses.
|
![]() |
Triangle Checker10/19/22
This program displays the type of triangle when 3 sides of a triangle is inputted. It also displays percentages of each triangle type seen.
|
![]() |
Academic Competition Slot Machine11/3/22
This program simulates a slot machine where the user is able to bet a certain amount of money and possibly hit a jackpot.
|
![]() |
Kim's Taco Truck11/15/22
This program simulates a taco truck that allows the user to customize their own tacos. The taco truck has different options for taco shell, meat, and add-ons.
|
![]() |
Boxer's StairCase11/8/22
This program simulates a boxer who goes up and down the stairs. When it reaches either ends of the staircase, the boxer is met with a surprise.
|
![]() |
2D Sub Program1/20/23
This program displays a user-controlled submarine interacting with a randomly-moving shark.
|
![]() |
Tic-Tac-Toe2/8/23
This Tic-Tac-Toe program utilizes if/if else statements to determine winning cases.
|
![]() |
Basic AI2/17/23
This program consists of one user-controlled character and one AI character. The AI Character will follow the user and will deal damage to the user upon contact.
|
![]() |
Star Field2/28/23
This program simulates a flight through space, and stars increase in size as you go towards them.
|
![]() |
AI Upgrade3/20/23
This program consists of one user-controlled character and ten AI characters. The program utilizes arrays to manage all ten AI characters to attack the user.
|
![]() |
Number Array3/28/23
This program generates 100 numbers and displays the highest/lowest value, average of all of the values, and number of even/odd values.
|
![]() |