Answered step by step
Verified Expert Solution
Question
1 Approved Answer
5 . 1 0 LAB: Parsing dates Complete main ( ) to read dates from input, one date per line. Each date's format must be
LAB: Parsing dates
Complete main to read dates from input, one date per line. Each date's format must be as follows: March Any date not following that format is incorrect and should be ignored. Use the substr function to parse the string and extract the date. The input ends with on a line alone. Output each correct date as:
Ex: If the input is:
March
April
December
then the output is:Jse the provided GetMonthAsInt function to convert a month string to an integer. If the month string is valid, an integer in the range to inclusive is returned, otherwise is returned. Ex: GetMonthAsInt February returns and GetMonthAsInt returns
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started