Search:

Type: Posts; User: Sjaakie91

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,672

    Re: Create an Array wich represent Classes

    Sorry in My java code it is OK, but on the Forum I translated it to English. I corrected my begin post.
  2. Replies
    3
    Views
    1,672

    Create an Array wich represent Classes

    Not sure wheter to post it here or not, but I've got a question.
    I'm Trying to make the following:

    A Class called Point with the methods:
    SetPoint() //Sets pointx to 0 and pointy to 0
    ...
  3. Thread: d

    by Sjaakie91
    Replies
    1
    Views
    1,144

    problem with returning a value

    Hi, I'm new to Java and was just practicing with the codes.
    I've written the following:


    class PWR {
    double a, ret;
    int e;


    double PWR(double a, int e) {
Results 1 to 3 of 3