The error you posted at the top is simple to fix. Look at your main method. You are doing the following: double highest = getHighest(); The problem here is your getHighest() method needs to take in a...