Computer Science, asked by debadyutidey4, 7 months ago

Write a program to input a number. Calculate its square root and cube root. Finally display

the result by rounding it off. using java​

Answers

Answered by KV18385
0

Calculate its square root and cube root. Finally ... and cube root. Finally display the result by rounding it off​ ... /*Java Program to find square, square root and cube of a given number*/ ... Scanner sc=new Scanner(System.in);.

Answered by Anonymous
3

public class SQR

{

public static void main (string args [])

{

Similar questions