In this section, you will learn how to calculate sum of first and last element from the array of five numbers. You can see in the given example, we have allowed the user to enter five numbers of their choice. These numbers will get stored into the array as the user enters the number. Then using the index of the array, we have found first and the last number and determine their sum.
Here is the code:
|
#include <stdio.h> |
Output:
| Enter five numbers:1 2 3 4 5 Sum of first and last number is: 6 |
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.