Recent Posts:

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.