Advertisement
akosiraff

nameToNumber

Dec 18th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1.  
  2. Download: https://solutionzip.com/downloads/nametonumber/
  3. Write a program that asks the user to enter the String equivalent for a date. The program will then display the corresponding numerical equivalent. If the user enters a value outside of the allowed values, the program should display an error. The values are as follows:* January – 1
  4. * February – 2
  5. * March – 3
  6. * April – 4
  7. * May – 5
  8. * June – 6
  9. * July – 7
  10. * August – 8
  11. * September – 9
  12. * October – 10
  13. * November- 11
  14. Download: https://solutionzip.com/downloads/nametonumber/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement