You currently have code calculating the area inside the main method but it should be in the hexArea method. So you need to move your code into that method and then call it from the main method. Don't...