| about | help | code help+videos | done | prefs | 
| middleMan(int nums) - Write the method MiddleMan that receives an integer and returns as a String the middle digit of the given integer. If the parametric integer "nums" has an even number of digits then return "None" middleMan(123) → "2" middleMan(12345) → "3" middleMan(4444) → "None" ...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: 100 Post-solution available
Copyright Nick Parlante 2017 - privacy