Search:

Type: Posts; User: Ejii

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    1,001

    Loop ending with ESC button

    The whole idea is to end the loop with the ESC button.



    import java.util.Scanner;

    class Sum {
    public static void main(String[] args) {
    int sum = 0;
    System.out.println("Please write a...
  2. Replies
    2
    Views
    2,521

    Re: Array in constructor and deep copy.

    think i'm on my move:


    public shoes(String brand, String colour, double price, int minSize, int[] left, int[] right) {
    this.brand = brand;
    this.colour = colour;
    this.price = price;...
  3. Replies
    2
    Views
    2,521

    Array in constructor and deep copy.

    Hello, this is an school homework task, studying over the net and i've got none to ask in my hometown or friends. only gaming wow and bf3.

    This is the start of one class and i'm having troubble...
Results 1 to 3 of 3