How to Read and Calculate Integer Values From a Text File | JAVA

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

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

  • @none1712
    @none1712 3 года назад +2

    thank you so much you just saved my life, I was so confused but after watching your video, I'm feeling much better.

    • @kdtechs
      @kdtechs  3 года назад +1

      Welcome and subscribe

  • @jamieschoeman4470
    @jamieschoeman4470 9 месяцев назад

    Thank you! This really helped me💯

  • @Octavio_Jorge
    @Octavio_Jorge 2 года назад +1

    Absolutely fantastic 💯❤️, thanks for the great content

  • @stripes1519
    @stripes1519 3 года назад +3

    The code is good but the results are supposed to show the total marks for each student, not to add on top of the marks of the student before. This means we need to sum up each row of the marks on its own. how do I do that?

    • @stripes1519
      @stripes1519 3 года назад +1

      Never mind. I got it. you just have to reinitialize the sum to 0; This is a great code and it's really helpful. Thank you.

    • @kdtechs
      @kdtechs  3 года назад

      Welcome buddy and this video is just a demonstration

  • @Farm2Code
    @Farm2Code 2 года назад

    fantastic music , i felt like im in gost town and doing this coding 😀😀

  • @yohanpratama666
    @yohanpratama666 Год назад +1

    thank you, nice video. its help me a lot

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

      Welcome and subscribe

  • @amalayakin4411
    @amalayakin4411 2 года назад +1

    why we using nextToken?

  • @oteguobaemmanuel-fs5em
    @oteguobaemmanuel-fs5em 9 месяцев назад

    why did you not write it into another file

  • @Malik-ji9nz
    @Malik-ji9nz 3 года назад

    error: cannot find symbol
    MATH = Interger.parseInt(stn.nextToken());

  • @Iam_SanTooShaLivAhaNa
    @Iam_SanTooShaLivAhaNa Год назад +2

    Bro ur syntax is absolutely correct... But logic of total marks was wrong please change it .... They got 1000+ marks out of 400 ....
    You have to make sum=0 after every ITERATION ....
    HOPE YOU WILL RESPOND....
    But thanks for your logic , syntax and concepts ♥️

    • @kdtechs
      @kdtechs  Год назад +1

      Thanks for the comment i will check that

  • @amalayakin4411
    @amalayakin4411 2 года назад +1

    bro add some explanation bro... its seems like watching korean movies without subtitles

  • @Shahzad_Ali44
    @Shahzad_Ali44 2 года назад +1

    tysm

  • @itssanfi7211
    @itssanfi7211 2 года назад

    How to Read and Calculate Integer Values From a Text File || C Programming?