i'd like to change my code from procedural to OOP and i've got a problem when it comes to
naming methods. can somebody explain to me what's wrong with this -
sort.java:36: ';' expected
public static int sortAscending () {
- i understand that semicolon is not needed
sort.java:36: illegal start of expression
public static int sortAscending () {