Search:

Type: Posts; User: alaseier

Search: Search took 0.07 seconds.

  1. Re: Is there any intelligent person in the Java programming? plz

    import java.util.Scanner;


    public class TowDArray{
    public static void main(String[] args){

    int[][] myArray=new int[4][4];
    Scanner in=new Scanner(System.in);
    System.out.println("ENTER...
  2. Re: Is there any intelligent person in the Java programming? plz

    import java.util.Scanner;
    import java.util.ArrayList;
    public class Data
    {
    public static void main(String[] args)
    {
    int[][] data = new int[8][8];
    Scanner reader = new Scanner(System.in);
    for...
  3. Re: Is there any intelligent person in the Java programming? plz

    how can solve that???:((
  4. Re: Is there any intelligent person in the Java programming? plz

    Write a program that read in 16 values from the keyboard and store them into a two dimension array (myArray).
  5. Re: Is there any intelligent person in the Java programming? plz

    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStreamReader;

    public class ArrayProgram {

    public static void main(String[] args)
    {
    final BufferedReader input...
  6. Is there any intelligent person in the Java programming? plz

    Please help me to solve this: (
    Only three questions....



    The questions given below are based on the lecture notes, and are intended to familiarize you with concepts of arrays, ArrayList and...
Results 1 to 6 of 6