Java Tutorial - 15 - Powers and Square Roots (Math Functions)

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ธ.ค. 2024

ความคิดเห็น • 9

  • @unrealnick
    @unrealnick 3 ปีที่แล้ว

    Can u please put a link in the comment to the navigated oracle page?

  • @tushardixit679
    @tushardixit679 4 ปีที่แล้ว +1

    if we want only integer as return then what should we do?

    • @XxBEASTMODE54xX
      @XxBEASTMODE54xX 3 ปีที่แล้ว +4

      System.out.println( (int) Math.pow(2, 2);

    • @arcanaz6583
      @arcanaz6583 3 ปีที่แล้ว +1

      @@XxBEASTMODE54xX Thank you!

  • @besirmeral1023
    @besirmeral1023 4 ปีที่แล้ว +1

    thank you man helped with my hw :)

  • @RD-ep1zb
    @RD-ep1zb 4 ปีที่แล้ว +1

    Another EXPLAINED VIDEO on MATH FUNCTIONS
    th-cam.com/video/zrf5k776uHY/w-d-xo.html

  • @tushardixit679
    @tushardixit679 4 ปีที่แล้ว

    I understood everything but i want integer .... Everytimes i got double as answer :-(

  • @arvindpandey1253
    @arvindpandey1253 6 ปีที่แล้ว

    Thanks