#include<stdio.h>
#include<conio.h>
main()
{
int i,j,k;
k=0;
printf("Input\n\n");
for (i=1;i<=5;i++)
{
printf("Enter weight %d:",i);
scanf("%d",&j);
k=k+j;
}
printf("\nOutput\n\n");
printf("Summary of Weights = %d",k);
getch();
}
ไม่มีความคิดเห็น:
แสดงความคิดเห็น