Recent Posts:

calculatorBasic.java

less than 1 minute read

This program was created to imitate a basic calculator. It’s more of a fake calculator at this point.

VowelCounter.java

1 minute read

This program was created to count the number of vowels in a word.

StringOrder.java

1 minute read

This program was created using the disgusting and outdated Java GUI named JOptionPane.

RecursionLength.java

less than 1 minute read

This program was created to get the length of words that are stored in a string.

PluralCheck.java

1 minute read

This program was created to check if the words in a string are plurals that end with the letter s.

OperatorExercise.java

less than 1 minute read

This program was created just to practice some operators specifically the increment operators.

NumbersWar.java

2 minute read

This program is basically a war between even and odd integers. The more even numbers than odd numbers, the even numbers will win.

LessHundred.java

1 minute read

This program was created once again with that dreadful old school Java GUI known as JOptionPane.

IsNegative.java

1 minute read

This program was created once again using the old school Java GUI known as JOptionPane.

GCDNum.java

less than 1 minute read

This program was created to get the greatest common divisor of two integer values.