[ajug-members] convert program
521
521 at ofig.org
Fri Sep 19 15:52:11 EDT 2008
i want to use oop correctly...
i want to take input as a csv of doubles named heights, 1.3,3.4,7.6,8.2,5.3,3.2,0.32
then take another csv of doubles named distances, 0.0,25.2,50.1,75.3,100.1,125.5,150.3
do some math (get some areas/volumes/etc);
then give back an area/volume/etc
in order for me to not just use static-methods from various classes; how can i program this using oop; a user here last week or so told me that Java is not made this way; and i understand why he said that... (here is the php version i made years ago: http://tinyurl.com/4bnt4a
barclay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.ajug.org/pipermail/ajug-members/attachments/20080919/b9be38cb/attachment.html
More information about the ajug-members
mailing list