Welcome to AssignmentCache!

PRG/421 Week 2 Java Lab 2.22 LAB: Parsing dates

Availability: In stock

$6.00

Quick Overview

PRG/421 Week 2 Java Lab 2.22 LAB: Parsing dates


Complete main() to read dates from input, one date per line. Each date's format must be as follows: March 1, 1990. Any date not following that format is incorrect and should be ignored. Use the substring() method to parse the string and extract the date. The input ends with -1 on a line alone. Output each correct date as: 3/1/1990.


Ex: If the input is:
March 1, 1990
April 2 1995
7/15/20
December 13, 2003
-1


then the output is:
3/1/1990
12/13/2003

PRG421 Week 2 Lab 2.22 LAB Parsing dates

Double click on above image to view full picture

Zoom Out
Zoom In

More Views

  • PRG421 Week 2 Lab 2.22 LAB Parsing dates
$6.00

Details

PRG/421 Week 2 Java Lab 2.22 LAB: Parsing dates

Complete main() to read dates from input, one date per line. Each date's format must be as follows: March 1, 1990. Any date not following that format is incorrect and should be ignored. Use the substring() method to parse the string and extract the date. The input ends with -1 on a line alone. Output each correct date as: 3/1/1990.

Ex: If the input is:
March 1, 1990
April 2 1995
7/15/20
December 13, 2003
-1

then the output is:
3/1/1990
12/13/2003

Additional Information

Special Price $3.00

Product Tags

Use spaces to separate tags. Use single quotes (') for phrases.

[profiler]
Memory usage: real: 18350080, emalloc: 17947384
Code ProfilerTimeCntEmallocRealMem