Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 429 Bytes

Ex_1_3_16.md

File metadata and controls

26 lines (16 loc) · 429 Bytes
title date draft tags categories
Algorithm4 Java Solution 1.3.16
2019-07-04 05:47:10 +0800
false
JAVA
TECH
archives

1.3.16

Problem:

Using readInts() on page 126 as a model, write a static method readDates() for Date that reads dates from standard input in the format specified in the table on page 119 and returns an array containing them.

Solution:

refer to code.

Reference: