সুপার-ঘূর্ণিঝড়-আম্পান!

  • ব্রেকিং নিউস

    1+2+3+..........................+n

    Image result for programing c of  1+2+3+..........................+n


    #include<stdio.h>

    int main ()

    // sum of 1+2+.......+n series in c programming language

    {

    int n,i;

    int sum=0;

    printf(''Enter the n th value: ")

    scanf(''%d"&n);

    sum=(n*(n+1))/2;

    printf(''Sum of the series: ")

    }

    No comments

    If you have any doubt, please let me know that with your valuable comments.

    পৃষ্ঠা

    সর্বশেষ খবর

    COVID-19 থেকে বাঁচার উপায় !