News

Write a JavaScript program that uses the prompt() function to take the radius of a circle as input from the user, and calculates the area of the circle using that input. Acceptance Criteria: - Result ...
The area of a circle = \(\pi {r^2}\).