Search:

Type: Posts; User: KaustavBanerjee

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    1,059

    Re: Main Method Error

    @derekxec and @aussiemcgr i agree with you.

    class names are started with capital letters. but, most probably a bigger problem is that "main" is a JAVA reserved keyword. It is better not to use it...
  2. Replies
    4
    Views
    1,351

    [SOLVED] Re: Fibonacci Help!

    Hello @GoPredsGo,

    Actually your code is not wrong. But, both your member functions are having the same name, same return type, and same parameter list. So, the method overloading part isn't...
  3. Re: Hello, I have a class assignment and I need help.

    You could also do this change to your original code. I think this was what you wanted



    grade = determineGrade(calcAverage(a,b,c,d,e));


    moreover,

    Your syntax in the method public static...
  4. Replies
    1
    Views
    897

    Re: help with class calling

    --Code removed for the second time.
    --Do not post it again
  5. Replies
    3
    Views
    1,077

    Re: homeework :(

    This'll work

    -Code removed-
  6. Replies
    12
    Views
    1,483

    Re: how do you compare words?

    If you are using String and not character arrays, you can use the Java built in function strcmp or even a conditional statement with the == operator.
    Just get the input with Buffered reader class...
  7. Replies
    8
    Views
    18,120

    Re: Best Book to learn Java

    If you are a beginner, you can try out some basic level books on OOP and object-class model.
    Just as you start, keep in touch with another very useful book.

    This book has been one of my best...
  8. Replies
    1
    Views
    912

    my introduction

    hello guys :cool:
Results 1 to 8 of 8