in a science research lab the combination of two nuclear substances program in python
Answers
Answered by
2
Answer:
#include <stdio.h>
int main()
{
int n,a,result=0;
scanf("%d",&n);
for(int i=0;i<n;i++)
{
scanf("%d",&a);
result=result+a;
}
printf("%d",result);
return 0;
}
Explanation:
Similar questions
Geography,
10 hours ago
Math,
10 hours ago
Biology,
10 hours ago
Computer Science,
20 hours ago
Physics,
20 hours ago
India Languages,
8 months ago