id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

jebbert@volusia.k12.fl.us > quiz02_20_2017_digitName_APSLHL
prev  |  next  |  chance

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)

public String quiz02_20_2017_digitName_APSLHL(int num) { }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Difficulty: 290

Copyright Nick Parlante 2017 - privacy