CSV means comma separated values. It's like a normal "txt" file with commas at regular places to separate some values. Typically the first line of CSV file is a "header", containing names of columns ...
VolumeConverter is a library containing a VolumeConverter class. It consists of setters to set a certain volume in one of the many supported units. Internally it is converted to liters. Then the user ...