#include <stdio.h>
#include <conio.h>
main()
{
int x[6]; // array declaration......
x[0]=100;
x[1]=100;
x[2]=501;
x[3]=603;
x[4]=905;
x[5]=545;
int i,sum=0;
for(i=0;i<6;i++)
{
sum=sum+x[i];
}
printf("%d",sum);
}
My Name Is Salman Masood , I am Computer Science &Amp; Maths Graduate from University of Karachi, Pakistan , Teaching Is My Passion and My Aim Is to Deliver All My Knowledge among Those Students Who Can'T Afford Tutors or Expensive Institute Fees. I Will Be Keep Sharing My All Knowledge and Information with You .... Remember Me in Your Prayers !
Controller Code: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using ...
No comments:
Post a Comment