aysenurbulbul / java8-streams-assignment

Using Java 8 stream, read a csv file and query the data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JAVA 8 STREAMS ASSIGNMENT

Assignment for ceng443 course. The assignment's details can be seen in hw3.pdf

Sample main function is also added. It can be modified with different queries.

> javac *.java
> java SampleMain

About

Using Java 8 stream, read a csv file and query the data.


Languages

Language:Java 100.0%