about | help | code help+videos | done | prefs |
Define a function that when passed an integer, returns the last (least significant) byte of the integer. get_least_significant_byte(1729) → 193 get_least_significant_byte(128) → 128 get_least_significant_byte(65664) → 128 ...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