@ -33,6 +33,6 @@ public class AnimalHelper {
public void displayAveragePrice() {
/* Display the average price of all the animals */
System.out.printf("\nThe Average Price For All The Animals Are: £%.2f", averagePrice);
System.out.printf("%nThe Average Price For All The Animals Are: £%.2f", averagePrice);
}