Search:

Type: Posts; User: maryzark19

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    1,042

    [SOLVED] help me how to convert it to "2d to 1d"

    import java.io.*;
    public class Dionisio_RProgram2 {
    public static void print_array(int[][] numbers)
    {

    for (int i=1; i<numbers.length; i++) {
    System.out.print("" + i + " |");
    for (int...
  2. Re: Please help me how to convert 2-d array to 1-d array in java :( here's the code

    this is a multiplication table 2d array, can you convert it to 1d array? this is my problem.. i don't how to convert it to 1d array :(
  3. Please help me how to convert 2-d array to 1-d array in java :( here's the code

    import java.io.*;
    public class Program2 {
    public static void print_array(int[][] numbers)
    {

    for (int i=1; i<numbers.length; i++) {
    System.out.print("" + i + " |");
    for (int a=1;...
  4. Replies
    1
    Views
    1,011

    Newbie here :D

    HI! newbie here :D
Results 1 to 4 of 4