Show a constructor declaration that uses the name Circle w/ the type of double w/ the value of r which stands for radius

Average Rating
0 out of 5 stars. 0 votes.

Show a constructor declaration that uses the name Circle w/ the type of double w/ the value of r which stands for radius

public class Radius(double r) {radius = r;}