Search:

Type: Posts; User: matt1405

Search: Search took 0.12 seconds.

  1. Replies
    22
    Views
    2,164

    Re: help me plz with my code

    here is the question for the last code :

    Add a function to your program you made during class.
    This function should loop through each of the dimensions two arrays.
    Use Math.Rand to randomly...
  2. Replies
    22
    Views
    2,164

    Re: help me plz with my code

    thank you guys here is the final


    package Assignment5;
    import java.util.InputMismatchException;
    import java.lang.Math;
    import java.util.Scanner;
    public class Assignment5 {
    static int x;...
  3. Replies
    22
    Views
    2,164

    Re: help me plz with my code

    sorry guys I am not really good with java

    I made this code but i'm still having trouble with if else statement any idea?

    package chapt10;
    import java.util.Scanner;

    public class walk {
    ...
  4. Replies
    22
    Views
    2,164

    Re: help me plz with my code

    yeah i got it and i change it to

    public static void main(String is){

    but when i run it still did not the result.........anyways thank you
  5. Replies
    22
    Views
    2,164

    Re: help me plz with my code

    when I run it the eclpis says :

    java.lang.NoSuchMethodError: main
    Exception in thread "main
  6. Replies
    22
    Views
    2,164

    Re: help me plz with my code

    thank you so much

    here is the code
    package chapt10;
    import java.util.Scanner;


    public class walk {
  7. Replies
    22
    Views
    2,164

    Re: help me plz with my code

    is not this one

    public static void maps(int[][] is) {
  8. Replies
    22
    Views
    2,164

    Re: help me plz with my code

    thanks

    here is the copy

    package chapt10;
    import java.util.Scanner;
    public class walk {

    private static int currentx;
  9. Replies
    22
    Views
    2,164

    help me plz with my code

    hey guys

    I am a new member will you please help me with this question?
    Design a program that creates a virtual world you can “walk” around in, based on text. The user should be able to type in...
Results 1 to 9 of 9