Computer Science, asked by vanshrajput717, 4 months ago

Write the java program to calculate the surface area of a cone.​

Answers

Answered by Anonymous
0

Answer:

Java Program to Find the Surface Area and Volume of a Cone.

import java.io.BufferedReader;

import java.io.InputStreamReader;

public class Cone {

// Function to calculate and print the surface area and volume of a cone.

Similar questions