Part-13-1 || Dart Reading input from the console || Dart Programming Tutorials in Hindi/Urdu

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

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

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

    شکریہ سر میں اس ویڈیو تک پہنچ گیا ہوں، ابھی تک تو بہترین چل رہا ہے، امید ہے اچھا سیکھ سکوں گا میں۔

    • @thetechbrotherss
      @thetechbrotherss  2 หลายเดือนก่อน +1

      good luck thora sekho smjh kr seekho

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

    Nice Sir and Nice teaching

  • @abdulrafay0540
    @abdulrafay0540 3 หลายเดือนก่อน +1

    Nice Sir and Nice Teacher

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

    I really thank you because my project are not run and not input the data from console it's vedio great help ful me thank you 😊

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

    ❤❤

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

    Dard se datastructure ka series start kare 🙏please

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

    Assalam u Alaikum sir..i hope you are doing well.
    sir hm user sa bool data type sa true or false check kr skty ha jo user input da ra ho ga...

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

    Great teacher

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

      Thank you, do subscribe and share with your friends

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

    Thanks

  • @yusrazakir4981
    @yusrazakir4981 8 หลายเดือนก่อน

    5:00 Sir how are you running?(are you using any short key here?)

    • @thetechbrotherss
      @thetechbrotherss  8 หลายเดือนก่อน

      their is command, i want you to google it

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

    /*
    write a program to find the area of a sphere with the help
    of the user input store all possible values in it...
    */
    import 'dart:io';
    void main() {
    stdout.write("enter the value of pi:");
    double pi = double.parse(stdin.readLineSync()!);
    stdout.write("enter the value of radius:");
    int radius = int.parse(stdin.readLineSync()!);
    double volumeOfSphere = 4 / 3 * pi * radius * radius * radius;
    stdout.write("the volume of a sphere is: $volumeOfSphere");
    }

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

    Sir mai dart pad use kar raha ho muja input aur output lecture number 13 ki samaj ni ayi

    • @thetechbrotherss
      @thetechbrotherss  11 หลายเดือนก่อน +1

      try to watch someone else video agr mere video ki smjh ni ai and follow the course again

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

    Asif Bhai , there are no assignments of part 10,11,12,13,14,15 in the road map document. can you please check it

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

    Respected sir kia stdout.write kaa bagher program run nahee goo gaa?

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

    enter number one5
    enter number two10
    sum is 510

  • @SyedhamadShah.
    @SyedhamadShah. ปีที่แล้ว

    nice

  • @Cartoonsplay9910
    @Cartoonsplay9910 9 หลายเดือนก่อน

    salam sir sir ma dart pad use kar raha hu tu ma dart io library use kisi karo ga or ais program ku kisi karo ga?

  • @kmailabbas5000
    @kmailabbas5000 7 หลายเดือนก่อน

    what is the deference between print and sdtout.write?

    • @thetechbrotherss
      @thetechbrotherss  7 หลายเดือนก่อน

      The print function will also put a space before the object if it is not the start of a line and a newline character at the end. When you use stdout, that time you need to convert the object to a string by yourself and you will do it by calling "str", and there is no newline character.

  • @hamza_tariq019
    @hamza_tariq019 6 หลายเดือนก่อน

    import 'dart:io';
    void main() {
    stdout.write('enter a number');
    int nummberone = int.parse(stdin.readByteSync()!);
    stdout.write('enter second number');
    int numbertwo = int.parse(stdin.readByteSync()!);
    int result = numbertwo + nummberone;
    print('sum of the number is $result');
    }
    sir code run ni ho raha

    • @thetechbrotherss
      @thetechbrotherss  6 หลายเดือนก่อน

      error ky aa raha ha ?

    • @Hassaanmalik10
      @Hassaanmalik10 4 หลายเดือนก่อน

      change stdin.readByteSync()! to stdin.readLineSync()!

    • @smartmovesff8354
      @smartmovesff8354 4 หลายเดือนก่อน

      Shayad apna ? nhi lagaya int ka sat

    • @smartmovesff8354
      @smartmovesff8354 4 หลายเดือนก่อน

      Ku ka mana kia ha tu run hogaya ha sirf ? Ki mistake ha

  • @Mastikivibes
    @Mastikivibes 10 หลายเดือนก่อน

    bhai i am following your course from the first video and sath sath practice b kar raha but last video and this video , seriously aik word ki b samaj ni arahi ho kia raha hai ,,, apne directly start kar dia pehle tora samja lete user input k bare me and ye hum kiyo lete hai iska use kis liye hota ...... because we are not from this field so hame ni pata in chezon ka

    • @thetechbrotherss
      @thetechbrotherss  10 หลายเดือนก่อน +1

      bhai i have explained in details but you have to do little practice, jitne zyda ap is par practice karin gy utna zyda ap easily understand kr lain.
      First time sub kuch smjh ni atta thora sa time lagta ha ap practice karin hopefully ap ka doubt door ho jaien gy.
      abhi hm thora advance topic ki taraf ja rahy agr apko lagta ha k ap ko smjh ni aa rae to ap agy na jaien pehle currecnt concepts ko clear kr lain phr agy move karin.

    • @Mastikivibes
      @Mastikivibes 10 หลายเดือนก่อน

      sir get it concept clear hogaya alhamdolelah abi loops b clear hogaya thanks to you sir @@thetechbrotherss

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

    import 'dart:io';
    void main() {
    stdout.write('enter number one');
    int num1 = int.parse(stdin.readLineSync()!);
    stdout.write('enter number two');
    int num2 = int.parse(stdin.readLineSync()!);
    int result = num1 + num2;
    print('sum is $result');
    }
    bro ye code add krny ki bijay concatenate kr rha

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

      bhai code to bilkul the ha ap ide refresh kr lo

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

      main ny to apka hee code copy paste kia code sahiii hai or answer b teehk dy raha hai 5+5=10

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

      Brro This Is Right
      Bilkul Thik Ha
      enter number one10
      enter number two10
      sum is 20

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

    Aoa sir dart pad import"dart:io"; koo support nahee krr rha waha error aarha haa.

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

      jo main y import kia ha ap wo kro...... agr import ni ho raha tho type kr lo...... this tutorial has been completed by many students so it means you are doing something wrong

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

      @@thetechbrotherss Sir lakan dartpad paa likha aata haa kaa unsupported import dart:io;

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

      bhai ye likho import 'dart:io'; @@muhammadrizwan1080

  • @MuhammadFaizan-s3h
    @MuhammadFaizan-s3h 6 หลายเดือนก่อน

    sir roadmap mai 13 part ki assignment ni hai

    • @thetechbrotherss
      @thetechbrotherss  6 หลายเดือนก่อน

      ap google kr k apni taraf sy practice kr lain

  • @AdilHameed-nn4ky
    @AdilHameed-nn4ky ปีที่แล้ว

    Answer plz

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

    Nice Sir and Nice teaching