about | help | code help+videos | done | prefs |
monthDayYear
Given 3 ints for month day and year, return a String of in the form m/d/y, for example "2/17/1948" monthDayYear(12, 25, 2019) → "12/25/2019" monthDayYear(2, 17, 1948) → "2/17/1948" monthDayYear(5, 15, 1961) → "5/15/1961" ...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