Hi guys, I get and error saying " 'else' without 'if " in this statement:
if (angled >0 && 180<angled) {
System.out.printf("\n angle D = %f",+ myQuad.angled());
else
System.out.printf("This does not make the total of 360 degrees");
}
Can anyone help me with this? I have to hand this in tomorrow.
Thanks

