A repository for miscellenous java written programs/tools
-
A addition/substraction/division/multiplication Calculator
-
A program that sees and counts vowels in a string CheckForVowels
-
A keyword counter that counts the occurances of each word or punctuation in a string CountKeywords
-
An mathematical expression evaluator EvaluateExpression
-
A program that catches a defined arrayoutofbounds exception ExceptionLab
-
A program that creates invoices of fruit/any product with total quantities and total price sum of each item
-
Raising a base to a exponent using recursion, count in reverse using recursion, and recursion LabRecursion1