Code Wars C# 5 kyu: Int32 to IPv4
Beginner level C# object oriented programming series. Viewers are provided an unsigned 32 bit integer value. They must convert it to an IPv4 address and return that value as a string. This can be achieved by converting the original value to a binary representation and getting octet values from each of the 4 8-bit groups.
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/52e88b39ffb6ac53a400022e/train/csharp
ipv4
realy like ur videos