- Initialize an array with input values from the user
- Initialize an array with random values between 1 and 100(Hint: use Math.random())
- Display the contents of an array
- Find the sum of all elements in an array
- Find the largest element in an array
- Find the lowest index of the largest element in an array
- Shifting elements of an array to the left
- Shifting elements of an array to the right
- Obtain the English name of a given month by its number
- Randomly shuffle the elements of an array
- Write a program that finds the average of contents in an array and counts the number of elements greater than the average
- Write a program that will pick out four random cards from a deck of cards
- Use arraycopy method to contents of one array to another
- Write a program to reverse an array
- Random Characters generator + counter
- Linear Search**
- Binary Search**
- Selection Sort**
- Calculator
- Assign Grades
- Reverse the numbers entered
- Count occurrence of numbers
- Analyze scores
- Print Distinct Numbers
- Prime Numbers less than 50
- Count Single Digits
- Average an array
- Find the smallest element
- Find the index of the smallest element
- Statistics: Compute deviation
- Reverse array without creating a new array
- Random number chooser
- Computing GCD
- Eliminate duplicates
- Execution Time
- Sorting Students
- Bubble sort
- Sorted?
- Revise selection sort
- Sum Integer from command line array input
- Find the number of upper case letters in a String which is entered from the command line
- Locker Puzzle
- Unique suit picker
- Algebra: solve quadratic equations
- Math: Combinations
- Strictly identical arrays
- Identical arrays
- Game: Pick four cards