the app lets me write only what is required and I can't erase and rewrite it so can I find a page to write any random program
Ariba Naaz
Level 1
how can I write program other than what's assigned
Under discussion
Comments (1)
- Popular
- New
- Old
You must be signed in to leave a comment
Robbie_Robot Student
1 October 2022, 05:14
You can download java standard edition and the java development kit directly from Oracle. You can then use a IDE such as VS Code, IntelliJ, Apache NetBeans, a simple text editor and the java jshell which is a command prompt tool that you can test snippets of code. I run Linux and write code in the vim text editor, jshell for testing, or as forced by my school the soul sucking IDE known as Eclipse. You got TONS of options you can use to write and play with your own code. Good Luck!
0