Nikamaadeel
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Nikamaadeel created a post, AnsweredRefactoring and Running a Multi-Module Project Named roblaxmod in IntelliJ IDEA EAP
I have a multi-module Java project in Intellij IDEA EAP Called CNC Machining Service with separate modules for core logic, API integration and UI. When I try to refactor shared utility classes into... -
Nikamaadeel created a post, AnsweredTicTacToe game in IntelliJ without using an array?
Write a program to maintain a Tic Tac Toe game board. Here, 2 Users will alternately enter their next moves. You are required to accept the move by number 1 to 9, mark the position with the user's ... -