Search:

Type: Posts; User: AngryCrow

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    1,027

    Please help, thanks.

    In my code I am having problems with it recognizing the stack, and also passing it down parameters as well as recognizing everything in my 2nd method.


    import java.util.Scanner;
    import...
  2. Why do I get a "class expected error, when trying to pass a char ary through a parame

    printarray(ary[][], row, col);

    public void printarray(char[][] t, int o, int l){
    for(int q=0; q< t.length ;q++){
    for(int h=0; h < t[o][l].length ; h++){
    check=t[o][l];...
  3. Replies
    2
    Views
    1,386

    Trouble passing array in parameters

    import java.util.Scanner;

    public class Popcreasetwo{


    public static void main(String []args) {

    Handlethat theOne=new Handlethat();

    Scanner in=new Scanner(System.in);
Results 1 to 3 of 3