I tried it before and doesn't work.
Type: Posts; User: Catgroove
I tried it before and doesn't work.
I'm trying to make it display the numbers again but the in a size order. Highest first. Currently just shows them without changing positions.
I'm trying to make this program check what number is the highest and write it out in that order, not working for me. How would one solve this?
public class Upg11 {
public static void...
Thanks, but I meant with the knowledge I've got. :P
Thank you for clearing that up. Would you mind writing the program "your" way? Just curious how you would do it.
He never mentioned the YES_OPTION and NO_OPTION in the book, only 0, 1 and 2.
So what you're saying is his example was the "better" one for an experienced programmer and thats how you would...
I'm reading this swedish book about programming but I have this feeling that it teaches badly.
One example is this code. It's a program that asks how long your call lasted, then it asks if it was...