/* Simple Java program on Arrays - Bubble sort on numbers*/ import java.io.*; class Bubble { public static void main(String args[]) throws...
Read More
Showing posts with label ARRAYS. Show all posts
Showing posts with label ARRAYS. Show all posts
Implementation of Matrix Operation Using Arrays
import matrix; class Matrix { public static void main(String args[]) { int i,j,k; int mat1 [][]={ {1,2,3}, {4,5,6}, {7,8,9} }; ...
Read More
Subscribe to:
Posts (Atom)