Code Wars C# 7 kyu: Sum of Two Lowest Positive Integers
Beginner level C# object oriented programming series. Viewers are provided an integer array as input. They must scan the array to determine the sum of the two lowest integers contained within. Viewers may optionally handle input validation too. The best way to learn computer programming is by actually writing code. Create a Code Wars account at www.codewars.com/r/3jPbdQ to follow along. No downloads required- you can start coding right away from your favorite browser. Coding challenges can be quite fun too, like puzzles and brain teasers. This challenge may be found at: https://www.codewars.com/kata/558fc85d8fd1938afb000014/
Beginner level C# object oriented programming series. Viewers are provided an integer array as input. They must scan the array to determine the sum of the two lowest integers contained within. Viewers may optionally handle input validation too. The best way to learn computer programming is by actually writing code. Create a Code Wars account at www.codewars.com/r/3jPbdQ to follow along. No downloads required- you can start coding right away from your favorite browser. Coding challenges can be quite fun too, like puzzles and brain teasers. This challenge may be found at: https://www.codewars.com/kata/558fc85d8fd1938afb000014/