Untitled

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