Search:

Type: Posts; User: kenamine

Search: Search took 0.13 seconds.

  1. Replies
    2
    Views
    1,773

    Re: Hey guys I need some help

    nvm I got it now!
    import java.util.Scanner;
    public class Matrix {


    public static void main(String[] args) {

    Scanner input = new Scanner(System.in);

    double[][] matrix = new double[3][4];
  2. Replies
    2
    Views
    1,773

    Re: Hey guys I need some help

    I get http://i46.tinypic.com/302w86o.png
  3. Replies
    2
    Views
    1,773

    Hey guys I need some help

    http://i49.tinypic.com/9hs9j7.png



    import java.util.Scanner;
    public class Matrix {


    public static void main(String[] args) {
Results 1 to 3 of 3