0
how we can do programing
5 Respostas
+ 1
Learn what to do and do what you learnt.
+ 1
never give up trying
0
learning to do is the best way!!!
0
Reading and solving problems from a well rated book
Asking questions
Testing yourself
0
Rony, the best way to start programing is to make console games (like rpgs) . By making your computer say something with the code:
System.out.println (" "); With that code you can put what you want it say so when you run it, you can see in the console that your code was successful.