Arush22

Untitled

Nov 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. 9. Windows
  2. 10. C
  3. 11. .java
  4. 12. .class
  5. 13. javac Hell.java
  6. 14. java Hello.class
  7. 27. Java is useful because it is very similar to C++, but gets rid of C++'s more complex features, it has Internet related features, which are run by the web server, and because the Java Development Kit is open source.
  8. 28. Java Virtual Machine.
  9. 29. read first number
  10. read second number
  11. set total to (first number x second number)
  12. output total
  13. 30. read first number greater than or equal to 10
  14. read second number less than 10
  15. set total to (first number + second number)
  16. output total
  17. 34. There are articles and documents to teach programmers how to program.
  18. There are databases of lines of code and bugs so that when you want to know the syntax of a piece of code or if you want to know
  19. what kind of bug you just encountered you can simply look it up in the database.
  20. There are forums with other programmers on them if you have any questions.
Add Comment
Please, Sign In to add comment