Skip to content

#6 #626

Description

@edshamr

Создай класс Circle, который будет иметь поле radius (радиус круга). Напиши методы для:

Вычисления площади круга (calculateArea()),
Вычисления длины окружности (calculateCircumference()).

Подсказка:
Площадь круга: π * radius * radius,
длина окружности: 2 * π * radius.
Используй Math.PI для значения π.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions