FuelUp.java
This program was created using Java’s GUI called JOptionPane, which is completely outdated but it was a requirement for programming.
Photo credit: Pixabay
This program was created using Java’s GUI called JOptionPane, which is completely outdated but it was a requirement for programming.
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”.
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.
This program was created in order to check if the numbers of an array are factors of said number. If not, return false.
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).
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...
This program was created to gather the sum of two numbers. We call function solve with parameters sums and k.