Search:

Type: Posts; User: banimiyad

Search: Search took 0.19 seconds.

  1. Replies
    12
    Views
    1,435

    Re: I need help in this coding

    I GOT IT!


    public class PRSPAssignQn3 {

    /**
    * @param args the command line arguments
    */
    public static void main(String[] args) {
    int arr[]=new int[20];
  2. Thread: Fortify

    by banimiyad
    Replies
    4
    Views
    1,252

    [SOLVED] Re: Fortify

    Hehe, your site is fantastic! The mouse move by itself
  3. Replies
    12
    Views
    1,435

    Re: I need help in this coding

    public static void main(String[] args) {
    // TODO code application logic here
    int randNum = 0;
    int arr[] = new int [20];
    System.out.print("Array: ");
    ...
  4. Replies
    12
    Views
    1,435

    Re: I need help in this coding

    public static void main(String[] args) {
    // TODO code application logic here
    int randNum = 0;
    int arr[] = new int [20];
    System.out.print("Array: ");
    ...
  5. Thread: Fortify

    by banimiyad
    Replies
    4
    Views
    1,252

    [SOLVED] Re: Fortify

    OK. I just need to know how to make an 2D array and how I can put up an 2D array with methods?
  6. Thread: Fortify

    by banimiyad
    Replies
    4
    Views
    1,252

    [SOLVED] Fortify

    I need help with my assignment on Programming. This is the task given.
    Fortify!

    Write a program to simulate a simplified board game called Fortify. The simplified game of Fortify is a two-player...
Results 1 to 6 of 6