Search:

Type: Posts; User: satyarlenka

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    983

    Re: Strings; Extremely Basic Issue

    Age = 2013 - BirthYear;
    here you have declared Age and integer type variable which can store only integer data. Now, BirthYear is string type, which is why you cannot subtract it from an integer...
  2. Replies
    2
    Views
    1,067

    Re: [HELP] Palindrome

    Thanks Greg!! :) Oh my god. That's easy. It never really stuck my mind. Especially the second one.(facepalm)
  3. Replies
    2
    Views
    1,067

    [Solved] Palindrome

    It has been a few weeks for me in Java. Yesterday I was trying to write a program to check if a given number is palindrome or not. I was able to write a program in which it asks the user to input the...
  4. Re: Beginners Eclipse Tutorial. How to run first java application on Eclipse?

    That was very helpful. Thanks :)
  5. Replies
    17
    Views
    15,772

    Re: Netbeans vs Eclipse

    Doesn't matter what IDE you are using, all you need is knowledge and then a text editor is enough to write excellent programs. My tip for you is: whichever IDE you are using, stick to that one, until...
  6. Thread: Hello

    by satyarlenka
    Replies
    2
    Views
    818

    Welcome here. And all the best with your java...

    Welcome here. And all the best with your java programming.
  7. Replies
    2
    Views
    961

    Hello To All My Friends

    I am Satya R Lenka, currently a graduation student under the department of Electronics, Institute Of Technical Education And Research, India. I have started to learn Java few days ago. I am an...
Results 1 to 7 of 7