Question 9: Please a write a program that receives a set of numbers, then outputs the summation of those inputs.
Input1
3 1 2 3
Output 1
6
Input2
5 -1 -1 -1 0 0
Output2
-3
Input3
2 -1 5
Output3
4
Hidden content!#include <stdio.h>#include <stdlib.h>int main(){ *** * ** * ** * * input=0,n=0;