Anyone familiar with java?

Collapse

Recommended Videos

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Phobia
    Hall Of Fame
    • Jan 2008
    • 11623

    #1

    Anyone familiar with java?

    I'm in need of some critical help with java. I have two tiny programs due by September 25th. I need my fellow OS crew to PLEASE give me a hand if you know java. I've read this Intro to Java book two times cover to cover and still lost.

    So if you can give me a quick hand, please please please PM me.

    Thanks guys!!
  • SuperBowlNachos
    All Star
    • Jul 2004
    • 10218

    #2
    Re: Anyone familiar with java?

    Google it. Not being sarcastic. A lot of the assignments are all from the maker of the booker so solutions are out there. Unless you have a professor who custom made all his assignments or it has to be something original. Just do a massive copy and paste of the instructions or any code already given to you.

    Edit - But don't just copy the solutions! I took Java for a year too so I know the struggles. Nothing more frustrating than having no idea why something isn't working.
    Last edited by SuperBowlNachos; 09-04-2014, 04:15 PM.

    Comment

    • The GIGGAS
      Timbers - Jags - Hokies
      • Mar 2003
      • 28474

      #3
      Re: Anyone familiar with java?

      Sent you a PM.
      Rose City 'Til I Die
      Duuuuuuuvvvvaaaaaaaal
      Hokie Hokie Hokie Hy

      Member: OS Uni Snob Assoc.
      OS OT Post Champ '11

      Twitter: @TheGIGGAS_OS
      Xbox Live: TheGIGGAS
      3DS: 1349-7755-3870

      Comment

      • Phobia
        Hall Of Fame
        • Jan 2008
        • 11623

        #4
        Re: Anyone familiar with java?

        Originally posted by SuperBowlNachos
        Google it. Not being sarcastic. A lot of the assignments are all from the maker of the booker so solutions are out there. Unless you have a professor who custom made all his assignments or it has to be something original. Just do a massive copy and paste of the instructions or any code already given to you.
        Not trying to get caught for plagiarism on my 4th year. Now with that said, I don't understand the instructions.

        Comment

        • superjames1992
          Hall Of Fame
          • Jun 2007
          • 31362

          #5
          Re: Anyone familiar with java?

          Originally posted by SuperBowlNachos
          Google it. Not being sarcastic. A lot of the assignments are all from the maker of the booker so solutions are out there. Unless you have a professor who custom made all his assignments or it has to be something original. Just do a massive copy and paste of the instructions or any code already given to you.
          Be careful with this. Use it more as a guide than a solution manual. You want to make sure you learn it so that you can reproduce it later on a test or whatever if need be.
          Coaching Legacy of James Frizzell (CH 2K8)
          Yale Bulldogs (NCAA Football 07)
          Coaching Legacy of Lee Williamson (CH 2K8)

          Comment

          • Phobia
            Hall Of Fame
            • Jan 2008
            • 11623

            #6
            Re: Anyone familiar with java?

            Originally posted by superjames1992
            Be careful with this. Use it more as a guide than a solution manual. You want to make sure you learn it so that you can reproduce it later on a test or whatever if need be.
            no test, submit the two applications and pass class. Its a throw away class basically.
            Last edited by Phobia; 09-04-2014, 12:47 PM.

            Comment

            • SuperBowlNachos
              All Star
              • Jul 2004
              • 10218

              #7
              Re: Anyone familiar with java?

              Blah, sorry! I had "for assistance" in my head, didn't mean just to straight up copy.

              Comment

              • Ghost Of The Year
                Life's been good so far.
                • Mar 2014
                • 6351

                #8
                Re: Anyone familiar with java?

                I remember them; they were way more interesting than Ewoks.
                Oh, wait ... nevermind.
                T-BONE.

                Talking about things nobody cares.

                Comment

                • elTodd
                  Little Big Puig
                  • Feb 2004
                  • 1333

                  #9
                  Re: Anyone familiar with java?

                  Sent you a PM as well.

                  Comment

                  • Perfect Zero
                    1B, OF
                    • Jun 2005
                    • 4012

                    #10
                    Re: Anyone familiar with java?

                    Isn't it west of Krakatoa?

                    Spoiler
                    Rangers - Cowboys - Aggies - Stars - Mavericks

                    Comment

                    • Bullit
                      Bacon is Better
                      • Aug 2009
                      • 5004

                      #11
                      Re: Anyone familiar with java?

                      I have a cup every morning??????
                      In Loving memory of my "Cricket" 1/2/96 - 11/19/2012

                      My heart and soul hurt for your lost presence in my life.

                      Comment

                      • Phobia
                        Hall Of Fame
                        • Jan 2008
                        • 11623

                        #12
                        Re: Anyone familiar with java?

                        Its fun and games until I fail this class, then I'm coming after you guys in some EA UFC!!!!!!!!!!!!!!!!!!!!

                        Comment

                        • clipperfan811
                          Pro
                          • Oct 2002
                          • 876

                          #13
                          Re: Anyone familiar with java?

                          Have you checked out "The New Boston" on YouTube ? I don't know how complex your assignments are but that guy has a knack for explaining programming stuff. It might help you grasp a concept you need for your class.

                          I wish I could help more but other than some super basic syntax, I don't know much java. I've got an ok grasp of C++ and now I've been reading up on C# which I hear is very similar to Java.

                          Good luck!

                          Comment

                          • Phobia
                            Hall Of Fame
                            • Jan 2008
                            • 11623

                            #14
                            Re: Anyone familiar with java?

                            Can someone please look over this code why I'm getting this error. I can't seem to figure out how to fix it.

                            Thanks guys, I promise I won't have many more of these. After this project, I only have one more thank god. Then I never want to see java again.

                            Spoiler
                            Attached Files

                            Comment

                            • elTodd
                              Little Big Puig
                              • Feb 2004
                              • 1333

                              #15
                              Re: Anyone familiar with java?

                              You're trying to pass arguments into the function that are the wrong type. The function is looking for a double as the first argument, and an integer as the second. You're trying to pass an integer as the first, and a double as the second.

                              Comment

                              Working...