C++ variables & data types (#3) ✖️

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

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

  • @BroCodez
    @BroCodez  4 года назад +10

    int main()
    {
    int year = 2020;
    double price = 9999.99;
    char status = 'N';
    string make = "Ford";
    string model = "Mustang";
    bool for_sale = true;
    string car = make +" "+ model;

    cout

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

      Had a Skyline GTR in there but changed it for fun. Thanks for these bro!
      include
      using namespace std;
      int main()
      {
      int nen = 1999;
      double price = -28887.99;
      char status = 'N';
      string model = "Cuteness =";
      bool cuteness;
      cuteness = false;
      nen = nen + 2-2;
      //If negative cutness value, she is corrupt.//
      cout

  • @tomaszkarolak6179
    @tomaszkarolak6179 4 года назад +4

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

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

    bro is the best explener in the world

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

    Well explained bro

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

    you definitely explained this better than in the pyhton one

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

    Pog tutorial

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

    you certainly explained it more better than the professor at my college.

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

    awesome tutorials Bro

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

    Hey bro nice video. Good luck to you:)

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

    Thank you very much for being a good person and releasing all of these pog tutorials

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

    aweessooooommmmmeeeeeee

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

    Awesome bro love you

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

    Thanks bro ❤️‍🔥

  • @ifix-repair
    @ifix-repair 4 года назад +2

    Awesome content bro

  • @Solo_forever562.
    @Solo_forever562. Год назад

    watched

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

    This is more getting complicatec

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

    #include
    using namespace std;
    int main(){

    int age = 16;
    double money = 15;
    char name_starts_with = 'M';
    string name = "Mehmet";
    string surname = "Asgin";
    bool is_alive;
    is_alive = true;
    money = money * 0.5;
    string real_name = name + " " + surname;
    cout

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

      i have a question too, would you help me?