Privacy Policy Terms Of Use. Copyright © 2006-2010 Java Tutorials and Examples.
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
Submitted by Deepali on Sat, 09/18/2010 - 13:15
Write a program that creates a two dimensional array with float values. The first element should be an array containing -12.5f. The second element should be an array containing 23.4f and 345.4f. The third element should be an array containing 123.43f, 234.123f and 2213.423f. Finally, display an array.
0 answers
Similar entries
- Java Array, Java Array Tutorial
- Anonymous Array
- Java Array of ArrayLists
- Multidimensional Array Example, Java Array Tutorial
- Java Array Creation
- Accessing Array Elements, Java Array Tutorial
- Multidimensional Array, Java Array Tutorial
- Java Array Initialization
- Get Elements, Remove Elements, Replace Elements from Java ArrayList
- Java Reverse Array
