Double In Java - Double VS Int

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

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

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

    If you’re new to programming but want a career in tech, I HIGHLY RECOMMEND applying to one of Springboard’s online coding bootcamps (use code ALEXLEE for $1,000 off): bit.ly/3HX970h

  • @sicktastic.videos
    @sicktastic.videos ปีที่แล้ว +3

    Good to see you making videos again.

  • @emmanuelbinen6554
    @emmanuelbinen6554 ปีที่แล้ว +2

    Java is easy with you.
    When I am stuck I always check your courses

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

    You helped me out last year when I was starting in college comp sci, appreciate it

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

    Your videos are super helpful. Thanks Alex!

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

    Just found out your channel! The way you explain and show helps alot

  • @asvinkumar5632
    @asvinkumar5632 ปีที่แล้ว

    Easy to learn brother , Thank u 🫂

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

    Hi, could you make a video how to connect mysql database on your mac Eclipse IDE. Thanks! I really learn a lot from you!

  • @DiaborMagics
    @DiaborMagics 2 หลายเดือนก่อน

    Precise? But it's a floating point. When I do math with it , I often get things like #.5999999 where it should have been #.6. I was kind of hoping you'd cover rounding to 2 decimal places here, especially because calculating with currency requires precise output ^^

  • @anirutaramkanagarajan6585
    @anirutaramkanagarajan6585 ปีที่แล้ว

    i am a freshman in high school and i am trying to get into AP computer science. i really like ur videos and i have a specific request to you cuz i understand coding only when you teach it, can you do a video with
    decision statements
    loops
    methods
    nesting
    scope
    random numbers
    strings
    array
    text files
    user input
    output and formatting
    sorting
    debugging and tracing code
    primitive data types
    numerical operations
    comparisons (numerical and boolean)
    please do this favor for me . i hope you do a video on these topics

  • @bustoms
    @bustoms ปีที่แล้ว

    Hey Alex could you go over heaps and priority queues?

  • @new_upgrades
    @new_upgrades ปีที่แล้ว

    public class Test3
    {
    public static void main(String[] args)
    {
    double x = 0129.89;
    double y = 0167;
    System.out.println(x+","+y);
    }
    output:129.89,119.0 why?
    ok if it is octal number so 0167 value becomes 119.0 but 129.89 octal value is 89.89 why i got 129.89? can you please explain this

  • @thatonehenward4275
    @thatonehenward4275 ปีที่แล้ว

    least popular video has 1.5k views??

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

    🪻🪻