What is an angle?
What is the essential information a program needs to know about
an angle? How can these be represented as fields in a
Angle class?
Is this the only way to represent angles?
What should the constructor for Angle look
like?
Do you need any getter or setter methods? (Can angles change their state or should it be immutable?)