Example of Loops

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

КОМЕНТАРІ • 17

  • @premsagarbommanaboena6171
    @premsagarbommanaboena6171 4 роки тому +8

    Your lectures are easy to understand even by a average students sir. Thank you so much for this kind of lectures sir💐💐💐👏🏻👏🏻👏🏻

  • @vineethjayaprakash5107
    @vineethjayaprakash5107 4 роки тому +11

    I think the logic of computing complex roots is not correct, we should get the absolute value of (d/2*a)

  • @amrmusharrafa4914
    @amrmusharrafa4914 3 роки тому +1

    keep up the good work ..

  • @stockmarketarena2282
    @stockmarketarena2282 5 років тому +3

    thanks sir

  • @prakharupadhyay2254
    @prakharupadhyay2254 4 роки тому +1

    Great sir

  • @shrabansarkar3684
    @shrabansarkar3684 3 роки тому +1

    Thank u 🌹🙏so much sir.

  • @mahaboobpeershaik658
    @mahaboobpeershaik658 4 роки тому +1

    The imaginary part is
    (-b +- i sqrt(-Disc))/(2*a)

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

    i wrote like below code#include
    #include
    int main()
    { int n,x;
    printf("choose a number");
    scanf("%d",&n);
    x=2;
    while(n%x!=0)
    { if(x>=(n-1))
    { printf("%d is a prime",n); exit(0) ;}
    else
    x++;
    }
    printf("%d is not prime",n);
    }

  • @sameerrahman6416
    @sameerrahman6416 4 роки тому

    Thank u somuch sir.

  • @rahulyavvari
    @rahulyavvari 3 роки тому +1

    Sir, my compiler is telling "exit an undeclared variable" AT 25:42
    please help with that

  • @preyansh4737
    @preyansh4737 3 роки тому +1