arraydemo
datatypeswitharray
/** * */ /** * @author arun * */ public class arrayswithdatatypes { public static void main(String[] args) { int i; double[] array = {1.2333d,2.222d,3.1234d,4.15666d}; for(i=0;i
Please send comments to
vgdarur.javafive@blogger.com
Copyright © 2008 - iForeRunner.com
http://www.iforerunner.com/