about | help | code help+videos | done | prefs |
Write a method that returns the name of the digit passed in the parameter num. You may assume that 0<=num<=9 as a precondition. Look at the test data for examples. quiz02_20_2017_digitName_APSLHL(0) → "zero" quiz02_20_2017_digitName_APSLHL(1) → "one" quiz02_20_2017_digitName_APSLHL(2) → "two" ...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: 290
Copyright Nick Parlante 2017 - privacy