Using Java and typing in console

Question:
I can’t type on console to continue doing commands, does anyone know how i can do that so i continue my learning through intro to Java

Hello @Owusumr!

Could you provide a screenshot, screen recording or link to your repl?

2 Likes

Use the Shell instead of the Console for this purpose.

1 Like


So for my assignment it wants me type in a following command but I’m unable to do that on consule, is there a way to do that so i can continue this project

Instead of using the console, use the shell for this. This is part of Replit’s new console update.

1 Like