Untitled

 avatar
unknown
plain_text
4 years ago
55 B
11
Indexable
public class Circle {
  double radius;
  double area;
}
Editor is loading...