Sort Posts by Year

2023

Javascript: TheObject

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Javascript: DateObject

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Javascript: CheckGoL

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Javascript: BugattiObject

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Alternate Two Messages

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Rotate an Ellipse

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Characters Around Circle

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Color and Font

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Sort ArrayList

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Average ArrayList

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Triangle Class

2 minute read

The code has been modified slightly and now uploaded to the site.

New Account Class

1 minute read

The code has been modified slightly and now uploaded to the site.

The Course Class

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Subclasses of Account

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Combine Two Lists

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Remove Duplicates

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Sum ArrayList

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Sort ArrayList

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

The Triangle Class

1 minute read

The code has been modified slightly and now uploaded to the site.

The MyInteger Class

1 minute read

The code has been modified slightly and now uploaded to the site.

The MyPoint Class

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

The Account Class

1 minute read

The code has been modified slightly and now uploaded to the site.

The Fan Class

2 minute read

The code has been modified slightly and now uploaded to the site.

The Rectangle Class

1 minute read

The code has been modified slightly and now uploaded to the site.

Largest of Three Numbers

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Math: Triangular Numbers

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Vowel or Consonant

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Sort Three Integers

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Find Future Dates

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Check the Speed

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Physics: Acceleration

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Find the Number of Years

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Convert Feet to Meters

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Health Application: BMI

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Analyze Input

2 minute read

The code has been modified slightly and now uploaded to the site.

Find The Largest Element

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

Sum of Even Locations

less than 1 minute read

The code has been modified slightly and now uploaded to the site.

The Course Class

1 minute read

The code has been modified slightly and now uploaded to the site.

C++ Anagrams

2 minute read

The code has been modified slightly and now uploaded to the site.

Two Sum

less than 1 minute read

This program was created to take in an array of numbers and returns the position of the numbers that add up to the target.

Truncate Sentence

1 minute read

This program was created to trim the sentence and return the first few words in order to simplify the statement/question.

To Lower Case

less than 1 minute read

This program was created to convert every letter of a word to lowercase.

Palindrome Number

less than 1 minute read

This program was created to check if a number is a palindrome.

Container with Most Water

1 minute read

This program was created to find two lines (similar to a bar graph) that form a container with the most water.

numSort.java

less than 1 minute read

This program was created to simply sort an array of numbers in ascending order.

divideFive.java

less than 1 minute read

This program was created to simply check if a number is divisible by 5.

countTrue.java

less than 1 minute read

This program was created to count the number of how many true boolean values there are.

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.

FuelUp.java

1 minute read

This program was created using Java’s GUI called JOptionPane, which is completely outdated but it was a requirement for programming.

FizzInterview.java

less than 1 minute read

This program was created to create a string where if it is a multiple of 3, it prints “Fizz” or when it is multiple of 5, it prints “Buzz”.

FindSum.java

less than 1 minute read

This program was created to find the sum of an interval of numbers by user input using the Scanner from Java and prints it out.

FactorCheck.java

less than 1 minute read

This program was created in order to check if the numbers of an array are factors of said number. If not, return false.

EqualityValues.java

1 minute read

This program was created in order to access Java’s GUI called JOptionPane. This GUI is heavily outdated as the UI is utter garbage (or rubbish).

DetermineMean.java

less than 1 minute read

This program was created to gather the mean of numbers inside an array. We call function mean and passing an array as a parameter to return a data type of do...

ArraySumTwoNumbers.java

1 minute read

This program was created to gather the sum of two numbers. We call function solve with parameters sums and k.

Back to top ↑