Input an array of percentages (each value separated by a comma ",") to see the converted letter grade.
Input an array of letter grades (each value separated by a comma ",") to see the converted percentage.
Input a word to find the middle character. (note if the length of the word is even, 2 characters will be returned)
Input a word or sentence to convert regular English to piglatin
Input a series of words/phrases/numbers (each element separated by a comma ",") to find the longest string.
Input two numerical values to find the maximum.
Input three numerical values to find the minimum.
Input an array of numbers (each number separated by a comma ",") to find the largest value.
Input a number to see if the value is an even number (note both 0,2 and negative values count as even).
Enter any number to find out its cumulative sum.
Enter any number to find out its cumulative sum (filtering will only sum multiples of 3 and 5.
Enter any number to find out how many times it takes to return the product of each digit to a singular digit.