Create a Tic-Tac-Toe Game using Java

You will be able to set up your working space, create a class, set up the main method & print in the console.
You will be able to write a method signature, for loop, simple recursion example & initialize 2D arrays with different data types.
You will be able to learn return types of methods, switch conditions, pass parameters & input from users in console.