How to Create a Simple Calculator using C++ Programming Language

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 34

  • @garuutube
    @garuutube 8 місяців тому +8

    This is so useful, It's great for my coding homework😂

  • @JR-RoyalC
    @JR-RoyalC Місяць тому +1

    This is like my revision work thnx bro 💯

  • @TuaMeehr
    @TuaMeehr 7 місяців тому +3

    Thank you Soo much
    Your explanation is really good and it's clear enough to understand

  • @RaghuRam-ob1hj
    @RaghuRam-ob1hj 3 роки тому +3

    Its very useful for beginners like me❤️

  • @USERGFD
    @USERGFD 2 роки тому +5

    Thanks bro, really useful!

  • @mafiaarudali
    @mafiaarudali 6 місяців тому +1

    So helpful, thanks 😊

  • @vxrailop9091
    @vxrailop9091 2 роки тому +1

    thank you so much it helped alot

  • @hi-yi7en
    @hi-yi7en 3 роки тому +2

    You explanation is good... could you do video on javascript 👍

  • @sana_mehndi_art
    @sana_mehndi_art 9 місяців тому +3

    # include
    using namespace std;
    int main()
    {
    double num1,num2;
    char op;

    coutop;
    coutnum1>>num2;
    switch (op)
    {
    case '+':
    cout

  • @chikwashakalunga8831
    @chikwashakalunga8831 8 місяців тому

    Thank for the Vid. I am using code blocks and I just completed coding. It doesn't show any errors but won't run

  • @faiharatu6179
    @faiharatu6179 2 місяці тому

    hii, how would u write out the % operand

  • @shadmanshaikh558
    @shadmanshaikh558 3 роки тому +2

    Please make a guide for programing on college

  • @Mahir_uc
    @Mahir_uc Рік тому

    Is it possible to make a calculator using if/else statements?

  • @animaefightingsimulatorrob6512
    @animaefightingsimulatorrob6512 3 місяці тому

    How can I do that? I mean where? where can I do programming,I wanna learn

  • @EMEsports-ce7vf
    @EMEsports-ce7vf 9 місяців тому

    Can u please give the link where to download this c++ kindly???

  • @waleedahmad9445
    @waleedahmad9445 3 роки тому +3

    which software you are using
    ?

  • @EMEsports-ce7vf
    @EMEsports-ce7vf 9 місяців тому

    Jani case aur break ma error aa raha hy

  • @boikanyoonneng9170
    @boikanyoonneng9170 4 місяці тому

    I did this with IF only