diff --git a/Online Programming/Sum of two/README.md b/Online Programming/Sum of two/README.md new file mode 100644 index 0000000..313e9f9 --- /dev/null +++ b/Online Programming/Sum of two/README.md @@ -0,0 +1,17 @@ +# ARRAY SUM OF SIZE N + +## This is a solution to HackerEarth problem. Following steps are followed: + +- First, we take a space separated list of two integer. + +- Then, set both of them into distinct variables. + +- We Declare the sum and initalize it to zero. + +- The sum is then calculated. + +- Lastly, the variable sum which contains the final answer is printed as the output. + +### Find the link to the problem statement here: https://www.hackerearth.com/fr/practice-onboarding/sum-of-two-1 + +## #HAPPYCODING ;)