Java程序查找给定数字的立方根
以下是查找给定数字的立方根的示例。
程序
import java.util.Scanner;
public class FindingCubeRoot {
public static void main(String args[]){
double i, precision = 0.000001;
System.out.println("Enter a number ::");
Scanner sc = new Scanner(System.in);
int num = sc.nextInt();
for(i = 1; (i*i*i) <= num; ++i);
for(--i; (i*i*i) < num; i += precision);
System.out.println("Cube root of the given number is "+i);
}
}输出结果
Enter a number :: 125 Cube root of the given number is 5.0
热门推荐
10 新年门口花束祝福语简短
11 盘锦结婚祝福语大全简短
12 父母生日祝福语 简短独特
13 家庭恩爱祝福语简短英文
14 高考俄语祝福语大全简短
15 虎年祝福语 诗句唯美简短
16 生日婚礼祝福语简短精辟
17 虎年喝酒拜年祝福语简短
18 教师闺蜜祝福语简短