Search:

Type: Posts; User: obel1x

Search: Search took 0.11 seconds.

  1. Replies
    0
    Views
    1,447

    Extended Euclidean Algorithm

    ....
  2. Replies
    3
    Views
    1,319

    Isn't the result supposed to be 6?

    public class Examp {
    public static void main(String[] args) {
    int i = 5;
    Examp examp_object = new Examp();
    examp_object.inc(i);
    System.out.println(i);

    ...
  3. Replies
    8
    Views
    1,433

    Re: Need some hints (two questions)

    Obviously what you're saying is true. Of course it's not needed, but I think it's good to know .. however it's just my curiosity that matters here :)
  4. Replies
    8
    Views
    1,433

    Re: Need some hints (two questions)

    Which assumption? Well, as I said I am just curious how things work in details, something like what happens with cells, bits, classes, objects etc. I want to know every time I write some code, what...
  5. Replies
    8
    Views
    1,433

    Re: Need some hints (two questions)

    Thank you for replying.

    When we start the program, I said it at the very beginning of the question. Let me know if it's still not comprehensive enough. About the second one, I tried both but I...
  6. Replies
    8
    Views
    1,433

    Need some hints (two questions)

    Hello everybody. I am a beginner at Java programming and I am trying to learn things in deep details. I can see that this forum is very helpful. At first, I had some problems to post, but after I...
  7. Replies
    1
    Views
    960

    Hello everybody!

    HelloWorld!

    My name is Hamdi and I come from Kosovo. I am attending the first year at university of Prishtina, Computer Science. My interest is on learning Java language. I have already started to...
Results 1 to 7 of 7