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
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
3
public class SQR
{
public static void main (string args [])
{
Similar questions