about | help | code help+videos | done | prefs |
getSecondLeastSignificantByte
Define a function that when passed an integer, returns the second-last (second-least significant) byte of the integer. getSecondLeastSignificantByte(1729) → 6 getSecondLeastSignificantByte(128) → 0 getSecondLeastSignificantByte(65450) → 255 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 2 Post-solution available
Copyright Nick Parlante 2017 - privacy