Skip to content

Commit 1fdc3c1

Browse files
authored
fixes for issue Kvaibhav01#2 for Sum Of Two
1 parent 80d7a6f commit 1fdc3c1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# ARRAY SUM OF SIZE N
2+
3+
## This is a solution to HackerEarth problem. Following steps are followed:
4+
5+
- First, we take a space separated list of two integer.
6+
7+
- Then, set both of them into distinct variables.
8+
9+
- We Declare the sum and initalize it to zero.
10+
11+
- The sum is then calculated.
12+
13+
- Lastly, the variable sum which contains the final answer is printed as the output.
14+
15+
### Find the link to the problem statement here: https://www.hackerearth.com/fr/practice-onboarding/sum-of-two-1
16+
17+
## #HAPPYCODING ;)

0 commit comments

Comments
 (0)