about | help | code help+videos | done | prefs |
Write a method that returns the hexadecimal representation of the input parameter 'num'. Remember that hexadecimal is base 16 and uses "A" through "F" to represent 10 through 15. Look at the test data for specific examples. minerideToHex(10) → "A" minerideToHex(11) → "B" minerideToHex(13) → "D" ...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: 260
Copyright Nick Parlante 2017 - privacy