Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.77 KB | None | 0 0
  1. words.put(1, "one");
  2.     words.put(2, "two");
  3.     words.put(3, "three");
  4.     words.put(4, "four");
  5.     words.put(5, "five");
  6.     words.put(6, "six");
  7.     words.put(7, "seven");
  8.     words.put(8, "eight");
  9.     words.put(9, "nine");
  10.     words.put(10, "ten");
  11.     words.put(11, "eleven");
  12.     words.put(12, "twelve");
  13.     words.put(13, "thirteen");
  14.     words.put(14, "fourteen");
  15.     words.put(15, "fifteen");
  16.     words.put(16, "sixteen");
  17.     words.put(17, "seventeen");
  18.     words.put(18, "eighteen");
  19.     words.put(19, "nineteen");
  20.     words.put(20, "twenty");
  21.     words.put(30, "thirty");
  22.     words.put(40, "forty");
  23.     words.put(50, "fifty");
  24.     words.put(60, "sixty");
  25.     words.put(70, "seventy");
  26.     words.put(80, "eighty");
  27.     words.put(90, "ninety");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement