Organize Your Code - IntelliJ
I would suggest you create separate Folders for each Module of the course. Below is an approach that you might find helpful. In the example below, I have created a folder called “ModuleThree”
Open IntelliJ and Select New Project
Give your Project a name and ensure the Language is set to “Java”, and the Build system is set to “IntelliJ”
Click Create
You can set up different Packages by right-clicking on the src folder and create a Package.
Give your Package a Name:
Right Click on the Package and add a class:
Give your class a name:
COSC-1437 / ITSE-2457 Computer Science Dept. - Author: Dr. Kevin Roark