Posts

find the roots of the equation ax^2 + bx + c using C language

#include <stdio.h> #include <math.h>     /* find the roots of the equation ax^2 + bx + c */   int   main (){    float  a,b,c,discriminant,root1,root2;          printf ( "Enter a, b and c of quadratic equation: " );    scanf ( "%f%f%f" ,&a,&b,&c);       discriminant = b * b -  4  * a * c;       if (discriminant <  0 )   {      printf ( "Roots are complex number. \n " );        printf ( "Roots of quadratic equation are: " );      printf ( "%.f%+.fi" ,-b/( 2 *a), sqrt (-discriminant)/( 2 *a));      printf ( ", %.f%+.fi" ,-b/( 2 *a),- sqrt (-discriminant)/( 2 *a));         return   0 ;    }    else   if (discriminant== 0  )   {     printf ( "Both roots are equal. \n " );      root1 = -b /( 2 * a);     printf ( "Root of quadratic equation is: %.f " ,root1);       return   0 ;   }    else   if (discriminant >  0 )   {     printf ( "Roots are real numbers. \n " );       root

C++ | Addition

#include <iostream> using   namespace   std ; int   main (){      int  amount1;     cin>>amount1;           int  amount2;     cin>>amount2;           int  sum = amount1+amount2;          cout<<sum<<endl;      return   0 ; }

C++ | "Hello World" code

  #include <iostream> using   namespace   std ; int   main (){     cout<< "Hello World" <<endl;      return   0 ; }

বিদায়|রবীন্দ্রনাথ ঠাকুর|BIDAY|RABINDRANATH TAGORE|RECITATION ANIMESH BAR...

Image
All posts

জনগণমন-অধিনায়ক জয় হে ভারতভাগ্যবিধাতা!

জনগণমন - অধিনায়ক জয় হে ভারতভাগ্যবিধাতা ! পঞ্জাব সিন্ধু গুজরাট মরাঠা দ্রাবিড় উৎকল বঙ্গ বিন্ধ্য হিমাচল যমুনা গঙ্গা উচ্ছলজলধিতরঙ্গ তব শুভ নামে জাগে , তব শুভ আশিষ [a]   মাগে , গাহে তব জয়গাথা । জনগণমঙ্গলদায়ক জয় হে ভারতভাগ্যবিধাতা ! জয় হে , জয় হে , জয় হে , জয় জয় জয় জয় হে ॥ অহরহ তব আহ্বান প্রচারিত , শুনি তব উদার বাণী হিন্দু বৌদ্ধ শিখ জৈন পারসিক মুসলমান খৃস্টানী পূরব পশ্চিম আসে তব সিংহাসন - পাশে প্রেমহার হয় গাঁথা । জনগণ - ঐক্য - বিধায়ক জয় হে ভারতভাগ্যবিধাতা ! জয় হে , জয় হে , জয় হে , জয় জয় জয় জয় হে ॥ পতন - অভ্যুদয় - বন্ধুর পন্থা , যুগ যুগ ধাবিত যাত্রী । হে চিরসারথি , তব রথচক্রে মুখরিত পথ দিনরাত্রি । দারুণ বিপ্লব - মাঝে তব শঙ্খধ্বনি বাজে সঙ্কটদুঃখত্রাতা । জনগণপথপরিচায়ক জয় হে ভারতভাগ্যবিধাতা ! জয় হে , জয় হে , জয় হে , জয় জয় জয় জয় হে ॥ ঘোরতিমিরঘন নিবিড় নিশীথে পীড়িত মূর্ছিত দেশে জাগ্রত ছিল তব অবিচল মঙ্গল নতনয়নে অনিমেষে । দুঃস্বপ্নে আতঙ্কে রক্ষা করিলে অঙ্কে স্নেহময়ী তু

TEACHER'S DAY

                                                       TEACHER'S DAY            We celebrate Teachers’ day every year throughout the country on 5th September. Students express their gratitude and appreciation for their teachers on this day. This day is dedicated to Dr. Sarvepalli Radhakrishnan – second President of India. The great academic philosopher, and one of the most well known diplomats, scholar, president of India and above all a teacher. As a tribute to this great teacher, his birthday has been observed as teachers' day.     The students of class XI and XII arranged the whole programme. They beautifully decorated the Hall of the school with flowers and garlands. To make the day special the senior students took the classes upto class X and gave rest to our teachers. They also organised a cultural function. The function started at 12.30 p.m. and continued for 2 hours. The function started with a dance performance by the students of class VI. Then the musical band o

GOF CHURI | SUKUMAR RAY | ABOL TABOL | RECITATIIN BY ANIMESH BARAL | BEN...

Image
All posts