Your main() function is empty, and your statements to calculate and display are not inside any function.


public static void main(String[] args) {
int highScore = calulateHighScore(1500);
...