+ 1
How can I add a listener in Java to the Code Playground?
I want to detect entered numbers and have no idea how to insert a listener for this
2 Answers
+ 4
Java is pretty limited here; you can only output on the console, and at the start of the code it takes all inputs :[
+ 1
I have no idea