Search:

Type: Posts; User: santoshbharat

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    9,656

    Re: Adding matrices

    Hey copeg i am sorry man,i am just learning java and figured like posting what i get to write about programming.i know its amateur way of writing.Could you please redesign the code to look...
  2. Replies
    5
    Views
    9,656

    Adding matrices the easy way

    /*
    A Program to add the two matrices
    */
    package com.bharat;
    import java.util.*;
    public class MyNewArrayConcepts {
    public static void main(String[] ar){
    //creating two dimensional arrays
    ...
Results 1 to 2 of 2