int uninterestingValue = foo();int interestingValue = bar(); System.out.println("uninterestingValue: "+uninterestingValue); System.out.println("interestingValue: "+uninterestingValue);

I wonder why foo() and bar() are returning the same thing!!!

Posted
AuthorKevin McAllister
CategoriesNotebooks