top of page


Sorting Lab
Construct a series of programs that sort through an array of numerical values utilizing several different sorting techniques. The sorting...
Yahvin Gali
Jun 10, 20216 min read
Â
Â
Â


Tic-Tac-Toe: A Childhood Favorite
To design a Tic Tac Toe Game that allows two players (one human and one computer) to alternate placing marks in a 3X3 board until it is...
Yahvin Gali
Apr 16, 202110 min read
Â
Â
Â


Caesar Shift Cipher
To encrypt/decrypt an English prompt (user input) based upon a user inputted 'phase shift', or a randomly generated one. History The...
Yahvin Gali
Mar 19, 20214 min read
Â
Â
Â


Morse Code
To convert user input from English language to Morse Code, and display the resulting translation. The History of Morse Morse Code was...
Yahvin Gali
Mar 18, 20213 min read
Â
Â
Â


Palindromes
To identify (using recursion) if a word inputted by the user is a palindrome or not. To better understand this project, we must first ask...
Yahvin Gali
Feb 26, 20214 min read
Â
Â
Â


Fibonacci Sequence
To aid the user in finding the Fibonacci number of a particular index 'n', until the user wishes to quit. A truly mesmerizing view, isn't...
Yahvin Gali
Feb 26, 20213 min read
Â
Â
Â


API Lab
A review of JAVA that involves writing methods that serve the same function as the basic system methods used in Java. At the end of the...
Yahvin Gali
Feb 9, 20212 min read
Â
Â
Â


Annual Fuel Use
To display fill-up data recorded for a car, as well as the annual projected fuel use calculated from several variables. The past few...
Yahvin Gali
Jan 11, 20213 min read
Â
Â
Â


Password Generator
Designing a JAVA program that generates hacker-resistant and brute force resistant passwords based upon the user's preference of password...
Yahvin Gali
Dec 7, 20203 min read
Â
Â
Â
bottom of page