C++ arithmetic and quick math (#5) 🧮

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

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

  • @BroCodez
    @BroCodez  4 ปีที่แล้ว +7

    #include
    using namespace std;
    int main()
    {
    //addition +
    // ex. cout

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

    The best tutorials, I've ever seen on YT, thx bro!!!

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

    Thanks a lot bro. This definitely is the dull part like you said but I need this right now. Thanks so much for doing it.

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

      good luck

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

    Normal arithmetics also uses the same precedence that's why both PEMDAS and BODMAS exists. Addition and subtract are of same precedence the one on the left when reading from left to right is done first. Same with division and multiplication.
    The vids are really helpful.

  • @amirvision7679
    @amirvision7679 2 ปีที่แล้ว

    Hey bro , I'm actually a new subscriber and I do really enjoy this nice tutorials , keep going .

  • @relaxingsoundsasmr3417
    @relaxingsoundsasmr3417 2 ปีที่แล้ว

    i like this lesson, thank you code bro

  • @minhquannguyenthe7258
    @minhquannguyenthe7258 2 ปีที่แล้ว

    thank you so much bro!

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

    Thank you Bro !!

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

    thank you so much

  • @gamingcringe8325
    @gamingcringe8325 2 ปีที่แล้ว

    i struggled with this until i found this video thank you

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

    is this possible in python ?