In C++ Please :
Write two statements to read in values for birthMonth followed by birthYear, separated by a space. Write a statement to print the date using the format birthMonth/birthYear. Ex: 1 2000 (User's input), 1/2000 (Program's output)