Double In Java - Double VS Int

Поделиться
HTML-код
  • Опубликовано: 26 сен 2024

Комментарии • 14

  • @alexlorenlee
    @alexlorenlee  11 месяцев назад +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

  • @sicktastictv
    @sicktastictv Год назад +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

  • @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!

  • @asvinkumar5632
    @asvinkumar5632 Год назад

    Easy to learn brother , Thank u 🫂

  • @DiaborMagics
    @DiaborMagics Месяц назад

    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 11 месяцев назад

    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

    🪻🪻