- #1
noagname
- 144
- 5
In school I'm in a class AP Computer Science where we learn java. In the past few weeks I have learned the basics of java which came very easy to me. Now I want to know what can I do to my programs to make them stand out? What should I strive for, least amount of lines or looks the best(we aren't learning Gui's.) Or is there something else I can strive for? Also if you have any good resources like these http://www.java2s.com/Tutorial/Java/CatalogJava.htm" that would be greatly appreciated.
Thank You
Here is my latest program, which was meant to just add two numbers but I added the dashes and the quit command to make it better.
-------------------------------------------
Please enter 2 numbers for me to add
Enter first number: 20.625
Enter second number: 21.375
Answer is: 42.0
To quit press 9 or press 1 to start over: 1
-------------------------------------------
Thank You
Here is my latest program, which was meant to just add two numbers but I added the dashes and the quit command to make it better.
-------------------------------------------
Please enter 2 numbers for me to add
Enter first number: 20.625
Enter second number: 21.375
Answer is: 42.0
To quit press 9 or press 1 to start over: 1
-------------------------------------------
Last edited by a moderator: