23
Nov
1. Run IntellIJ from start menu. Click on “Create New Project”
2. Click Next
3. Select check box
4. Click Next
5. Name the project and change project location if you want. Otherwise it will show the default location
6. Click Finish
7. Now you can write code here.
8. Type sout and hit enter. You will see System.out.println will be set automatically.
9. Now click on the play button to compile and see the result
10. Output:
Leave a Reply