class Ex { public static void main(String[] args) { Circle c = new Circle(45); c.display(); } }
※ 上記は、Circle の半径を 45 とした場合の回答例です。