| about | help | code help+videos | done | prefs |
getValue
Create a method getValue that will take in a String formatted like this: "Label: Value" Return everything after the colon and space. You may assume: There will always be exactly one colon. There will always be a space after the colon. getValue("Name: Jeff") → "Jeff" getValue("Favorite Color: Blue") → "Blue" getValue("Grade Level: 11") → "11" ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy