Forum: C# Mar 8th, 2007 |
| Replies: 6 Views: 8,891 how does one dynamically declare an object to be of a certain type? |
Forum: C# Feb 26th, 2007 |
| Replies: 5 Views: 24,659 package JavaProject2;
//import java.util.Scanner;
public class Student1
{ static int[][] arr = {
{ 1, 2, 3, },
{ 4, 5, 6, },
};
public static void... |