Write a program that reads a string from the user containing his/her birthday in the form mm/dd/yyyy (e.g., 08/01/2004). It should print the date in the format August 01, 2004.
a) Python
b) Java
c) C++
d) JavaScript

Q&A Education