Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 6 of 6

Thread: Java Task, need help with creating a Java application!(can pay)

  1. #1
    Junior Member
    Join Date
    Sep 2011
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java Task, need help with creating a Java application!(can pay)

    Hello Guys,

    I'm new to Java. I really need help with a Java task from someone who knows Java good.

    Here's the task:

    • In May 14 days with rain and it fell a total of 68 mm precipitation that month
    • in June 21 days with rain and it fell a total of 157 mm precipitation that month
    • in July 19 days with rain and it fell a total of 107 mm precipitation in that month

    You should now create a java application that you are in any variable type information above and then calculate the other variables and print on screen the following three pieces of information (with appropriate texts in front of the numbers):

    • The amount of precipitation, a total summer 2011 (= May + June + July)
    • How much on average fell as precipitation on the days it rained in the summer of 2011.
    • Normal rainfall for an average month of July in Paris is 81 mm. What percent of normal rainfall measured in July 2011.

    You must create a Java application, compile it and run it, and make sure that it's raining right (by calculating the same numbers by hand).


    it's a task i've received from university, but i've been sick for 2 weeks so haven't been in the lectures cuz of that, and i don't know anyone in the class yet who can help me out with this task therefore im asking here. Basically i need help with creating the java application by scratch. I can pay if necessary.


    Would appreciate.

    Thanks, it's a wonderful forum. Keep it up.


    Greets


  2. #2
    Member
    Join Date
    Aug 2011
    Posts
    48
    My Mood
    Fine
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Default Re: Java Task, need help with creating a Java application!(can pay)

    Hey,

    I would like to help you. But how can you assure that I will be paid?
    Are you familiar with some kind of freelancer sites?

  3. #3
    Junior Member
    Join Date
    Sep 2011
    Posts
    24
    My Mood
    Mellow
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java Task, need help with creating a Java application!(can pay)

    I would love to help you, but to be honest, I have no idea what it is you are asking for. Could you please restate your requirements? Or, since you said it is a university project, could you simply post whatever information the professor gave to you? Also, when does this need to be done by?

  4. #4
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Java Task, need help with creating a Java application!(can pay)

    Are you seriously trying to pay somebody to do your homework? This is not only against our rules, it's almost definitely against your university's academic honesty policy. That could get you a zero on the assignment (in the class I'm taking now, we would get a negative score), or an F in the class, or kicked out of school completely.

    Instead, I recommend you read this: http://www.javaprogrammingforums.com...e-posting.html

    Then post specific questions as you go (with an SSCCE). Otherwise, you aren't going to get caught up- you're not going to understand the lesson of the assignment if somebody else does it for you. We're here to help you, for free, provided you put in some effort first. You don't have to pay anybody.

    I'm on the verge of locking this thread, so watch how you continue from here. I'm not going to be a part of getting somebody kicked out of school.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  5. #5
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Java Task, need help with creating a Java application!(can pay)

    Note this post is almost 6 months old - I presume the course is completed, one way or another. Thread locked. Original poster, if you for some reason still have a problem, I recommend taking Kevin's advice.

  6. #6
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Java Task, need help with creating a Java application!(can pay)

    Good call. I need to start paying attention to original post dates!
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. how to run any installed application through my java application??
    By sgsamanthjain in forum Java Theory & Questions
    Replies: 1
    Last Post: April 1st, 2011, 08:17 AM
  2. Replies: 1
    Last Post: January 12th, 2011, 05:55 AM
  3. test task for Junior java
    By umami in forum Java Theory & Questions
    Replies: 1
    Last Post: December 2nd, 2010, 10:31 AM
  4. Replies: 0
    Last Post: December 3rd, 2009, 04:43 PM
  5. application Task problem - updating JTree
    By idandush in forum AWT / Java Swing
    Replies: 2
    Last Post: June 18th, 2009, 03:15 AM