-Reverse an array of characters in place

src/main/groovy/reversearray.groovy

-Count the number of occurrences of a substring within a string

src/main/groovy/findstring.groovy

-Count the number of occurrences of a substring within a string using recursion

src/main/groovy/findstring.groovy

-SQL Query #1 write a SQL statement to retrieve the order number of all orders containing items with “JAZZY” in the name. Assume any table/field names within reason.

src/main/groovy/db.groovy

SQL Query #2 Assuming the classes you implemented in the E-commerce problem above get persisted in a database, write a SQL statement to retrieve the order number of all orders priced over $100.00. Assume any table/field names within reason