about | help | code help+videos | done | prefs |
The Java Integer class provides a static method that converts a string to an int. Create a "myParseInt" method to accomplish the same thing. myParseInt("125") → 125 myParseInt("-345") → -345 myParseInt("56.7") → 56 ...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: 399
Copyright Nick Parlante 2017 - privacy