Computer Science, asked by yashovardhanReddy29, 3 months ago

Define a class with a parameterized constructor to calculate and print the value of v=4/3*pi*?R^3 in java in blue j

Please answer fast​

Answers

Answered by Kittumishrakrishi
2

Explanation:

class constructor{

void main(double R, double v)

v=4/3*pi*?R^3;

System.out.println("the value of v=+"v);

}

}

Similar questions