• 2022-06-07 问题

    调用Math类的静态方法max()时,用法正确的是 A: Math.max B: Math.max() C: max D: max()

    调用Math类的静态方法max()时,用法正确的是 A: Math.max B: Math.max() C: max D: max()

  • 2022-05-30 问题

    下列哪些语句是正确的Math对象方法 A: Math.random() B: Math.rnd() C: Math.max(数值1,数值2) D: Math.floor(数值)

    下列哪些语句是正确的Math对象方法 A: Math.random() B: Math.rnd() C: Math.max(数值1,数值2) D: Math.floor(数值)

  • 2022-06-05 问题

    如果想要快速找出一组数中的最大值,可以使用()。 A: max() B: Math.max() C: min() D: Math.min()

    如果想要快速找出一组数中的最大值,可以使用()。 A: max() B: Math.max() C: min() D: Math.min()

  • 2022-06-08 问题

    以下Math的方法运用中,哪个方法返回的值是9.0。( ) A: Math.floor(9.6); B: Math.sqrt(100); C: Math.max(9.0 , 10.0); D: Math.round(9.6);

    以下Math的方法运用中,哪个方法返回的值是9.0。( ) A: Math.floor(9.6); B: Math.sqrt(100); C: Math.max(9.0 , 10.0); D: Math.round(9.6);

  • 2022-05-30 问题

    以下哪些函数属于Math对象 A: andom() B: nd() C: ound() D: max()

    以下哪些函数属于Math对象 A: andom() B: nd() C: ound() D: max()

  • 2022-06-17 问题

    阅读以下代码,请分析出结果:alert(Math.max(1,3,4,'10'));  alert(Math.max(1,3,4,'10abc'));  alert(Math.max(1,3,4,NaN));  alert(Math.max(1,3,4,undefined)); 依次弹出提示对话框显示为( )

    阅读以下代码,请分析出结果:alert(Math.max(1,3,4,'10'));  alert(Math.max(1,3,4,'10abc'));  alert(Math.max(1,3,4,NaN));  alert(Math.max(1,3,4,undefined)); 依次弹出提示对话框显示为( )

  • 2022-05-28 问题

    一个C语言程序有且仅有一个()函数 A: main() B: max() C: min() D: math()

    一个C语言程序有且仅有一个()函数 A: main() B: max() C: min() D: math()

  • 2022-05-30 问题

    以下哪些函数是Math对象的?( ) A: random() B: max(3,10) C: round(1.5) D: rnd(7.25)

    以下哪些函数是Math对象的?( ) A: random() B: max(3,10) C: round(1.5) D: rnd(7.25)

  • 2021-04-14 问题

    Math.max 求两数中最小

    Math.max 求两数中最小

  • 2022-06-06 问题

    System.out.println(Math.max(23,12));结果为12。

    System.out.println(Math.max(23,12));结果为12。

  • 1 2 3 4 5 6 7 8 9 10