Search:

Type: Posts; User: Sharptrainer

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    5,075

    Re: Arrays in C#

    here is the solution
    using System;


    class Program
    {
    static void Main(string[] args)
    {
    int[,] quiz = new int[,] { { 87, 68, 94 }, { 100, 83, 78 }, { 85,...
  2. Re: Java: "The system cannot find the path SPECIFIED."

    Follow 10 simple steps
    1. go to my computer.
    2. right click -> properties ->advance TAB
    3. create new system variable
    name-JAVA_HOME
    value :C:\Program Files\Java\jdk1.6.0_03\bin
    and save it....
Results 1 to 2 of 2
Page generated in 1,713,858,277.45806 seconds with 13 queries