We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d7a6f commit 1fdc3c1Copy full SHA for 1fdc3c1
Online Programming/Sum of two/README.md
@@ -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