C Exercise
C Exercise
2. write a program to get 4 inputs. 2 integers and 2 float numbers. sum both. store the result
in integer and float number. print 2 results.
3. create an integer array with length of 5. get 5 inputs, store them in the array. print all 5
outputs.
4. sum the numbers in the program 3 and print the result.