|
Advertisement
|
Forum posts by fgh jkl:1 page [ 1 ]
Posted in Java Answers Forum, Apr 24, 2006, 12:43 PM
Hye.. I am very new in Java. My question is how to print an array in matrix form. Below is the code for my program:import java.io.*; public class matrik { //main() : application entry point public static void main(String[] args) throws IOException { // create 2D array of dim and initialised int[][] dim = new int[2][2]; boolean...
1 page [ 1 ]
|