The following program is intended to calculate the sum of first 'n' even integer numbers excluding zero. Write the appropriate statement to complete the program given below.
Note: Integer variable 'n' is already defined and initialized. You don't have to read the value of 'n'.
Answers
Answered by
1
Explanation:
Input: n = 5
Output: Sum of digits in numbers from 1 to 5 = 15
Input: n = 12
Output: Sum of digits in numbers from 1 to 12 = 51
Input: n = 328
Output: Sum of digits in numbers from
Hope it helps to u....
Answered by
0
Answer:
input: N= 328
output: some of digit in number from
Similar questions