Java Programming Language
[Pattern#1][Pattern#2][Pattern#3][Pattern#4][Pattern#5][Pattern#6][Pattern#7][Pattern#8][Pattern#9][Pattern#10][Pattern#11][Pattern#12][Pattern#13][Pattern#14][Pattern#15][Pattern#16][Pattern#17][Pattern#18][Pattern#19][Pattern#20][Pattern#21][Pattern#22][Pattern#23][Pattern#24][Pattern#25]
-
CoreTask#1: BeanArray - a. If it contains a 9 then it also contains a 13; b. If it contains a 7 then it does not contain a 16
-
CoreTask#2: BunkerArray - contains the value 1 if and only if it contains a prime number
-
CoreTask#3: CountDigits - returns the no. of times that a given digit appears in a positive number
-
CoreTask#4: DualArray - check every value occurs exactly twice or not?
-
CoreTask#5: DigitSum - returns 1 if sum of all digits of the first argument is less than the second argument and 0 otherwise
-
CoreTask#6: - Riley - number is an integer whose digits are all even
-
CoreTask#7: - TwinArray - every prime that has a twin appear with a twin
-
CoreTask#8: - ConvertToBase10 - <array, base> arguments to a base 10 number
-
CoreTask#9: - ClusterCompression - {3, 3, 3, 4, 4, 3, 2, 2, 2, 2, 4} to {3, 4, 3, 2, 4}
-
CoreTask#10: - IntegerBasedRounding - rounds all its positive elements of array using n-based integer rounding