Untitled

 avatar
unknown
plain_text
3 years ago
55 B
4
Indexable
public class Circle {
  double radius;
  double area;
}