Java程序查找给定数字的多维数据集
值的多维数据集只是值与自身的三倍乘积。
例如,2的立方体为(2*2*2)=8。
算法
取整数变量A。
乘以三倍。
将结果显示为多维数据集。
示例
import java.util.Scanner;
public class FindingCube {
public static void main(String args[]){
int n = 5;
System.out.println("Enter a number ::");
Scanner sc = new Scanner(System.in);
int num = sc.nextInt();
System.out.println("Cube of the given number is "+(num*num*num));
}
}输出结果
Enter a number :: 5 Cube of the given number is 125
热门推荐
10 圣诞祝福语简短小学
11 祖国七十华诞简短祝福语
12 老师送的祝福语简短
13 生日祝福语大全女生简短
14 祝女性生日祝福语简短
15 牛年女神节祝福语简短
16 情人表白祝福语简短大气
17 老公开业祝福语简短
18 官宣新年祝福语简短